Kaydet (Commit) 226679ae authored tarafından Christian Heimes's avatar Christian Heimes

Added -b option to the list of command line options

üst cb5c80f6
......@@ -21,7 +21,7 @@ Command line
When invoking Python, you may specify any of these options::
python [-dEiOStuUvxX?] [-c command | -m module-name | script | - ] [args]
python [-bdEiOStuUvxX?] [-c command | -m module-name | script | - ] [args]
The most common use case is, of course, a simple invocation of a script::
......@@ -136,6 +136,12 @@ Generic options
Miscellaneous options
~~~~~~~~~~~~~~~~~~~~~
.. cmdoption:: -b
Issue a warning when comparing str and bytes. Issue an error when the
option is given twice (:option:`-bb`).
.. cmdoption:: -d
Turn on parser debugging output (for wizards only, depending on compilation
......
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