mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Rename the -D option to -Q, to avoid a Jython option name conflict.
This commit is contained in:
parent
a1c1b0f468
commit
61c345fa37
3 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
"""fixdiv - tool to fix division operators.
|
||||
|
||||
To use this tool, first run `python -Dwarn yourscript.py 2>warnings'.
|
||||
To use this tool, first run `python -Qwarn yourscript.py 2>warnings'.
|
||||
This runs the script `yourscript.py' while writing warning messages
|
||||
about all uses of the classic division operator to the file
|
||||
`warnings'. The warnings look like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue