Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
226679ae
Commit
226679ae
authored
Dec 07, 2007
by
Christian Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added -b option to the list of command line options
parent
cb5c80f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Doc/using/cmdline.rst
Doc/using/cmdline.rst
+7
-1
No files found.
Doc/using/cmdline.rst
View file @
226679ae
...
@@ -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 [-dEiOStuUvxX?] [-c command | -m module-name | script | - ] [args]
python [-
b
dEiOStuUvxX?] [-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::
...
@@ -136,6 +136,12 @@ Generic options
...
@@ -136,6 +136,12 @@ Generic options
Miscellaneous 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
.. cmdoption:: -d
Turn on parser debugging output (for wizards only, depending on compilation
Turn on parser debugging output (for wizards only, depending on compilation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment