[Python-checkins] r77202 - in python/branches/release31-maint: Doc/using/cmdline.rst

brett.cannon python-checkins at python.org
Fri Jan 1 03:03:50 CET 2010


Author: brett.cannon
Date: Fri Jan  1 03:03:50 2010
New Revision: 77202

Log:
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.
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Doc/using/cmdline.rst

Modified: python/branches/release31-maint/Doc/using/cmdline.rst
==============================================================================
--- python/branches/release31-maint/Doc/using/cmdline.rst	(original)
+++ python/branches/release31-maint/Doc/using/cmdline.rst	Fri Jan  1 03:03:50 2010
@@ -21,7 +21,7 @@
 
 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::
 


More information about the Python-checkins mailing list