Kaydet (Commit) 1e6711b6 authored tarafından Brett Cannon's avatar Brett Cannon

Merged revisions 77200 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r77200 | brett.cannon | 2009-12-31 17:58:39 -0800 (Thu, 31 Dec 2009) | 2 lines

  Clean up the list of allowed command-line flags.
........
üst b87f0d00
...@@ -21,7 +21,7 @@ Command line ...@@ -21,7 +21,7 @@ Command line
When invoking Python, you may specify any of these options:: When invoking Python, you may specify any of these options::
python [-bdEiOsStuUvxX?] [-c command | -m module-name | script | - ] [args] python [-bBdEhiOsSuvVWx?] [-c command | -m module-name | script | - ] [args]
The most common use case is, of course, a simple invocation of a script:: The most common use case is, of course, a simple invocation of a script::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment