diff options
author | Guido van Rossum <guido@python.org> | 2001-09-04 03:26:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-09-04 03:26:15 (GMT) |
commit | 61c345fa37573005b708d239c0911218ca22383c (patch) | |
tree | 04268dbacb57123832b70f49b555af6671b03e56 /Tools/scripts/fixdiv.py | |
parent | a1c1b0f46865bddd9a84dfae6c146a0e010a4496 (diff) | |
download | cpython-61c345fa37573005b708d239c0911218ca22383c.zip cpython-61c345fa37573005b708d239c0911218ca22383c.tar.gz cpython-61c345fa37573005b708d239c0911218ca22383c.tar.bz2 |
Rename the -D option to -Q, to avoid a Jython option name conflict.
Diffstat (limited to 'Tools/scripts/fixdiv.py')
-rwxr-xr-x | Tools/scripts/fixdiv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/fixdiv.py b/Tools/scripts/fixdiv.py index 616622b..175d77b 100755 --- a/Tools/scripts/fixdiv.py +++ b/Tools/scripts/fixdiv.py @@ -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: |