[Python-checkins] CVS: python/dist/src/Tools/scripts fixdiv.py,1.3,1.4
Guido van Rossum
gvanrossum@users.sourceforge.net
Mon, 03 Sep 2001 20:26:17 -0700
Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv4207
Modified Files:
fixdiv.py
Log Message:
Rename the -D option to -Q, to avoid a Jython option name conflict.
Index: fixdiv.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/fixdiv.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fixdiv.py 2001/09/02 14:11:30 1.3
--- fixdiv.py 2001/09/04 03:26:15 1.4
***************
*** 3,7 ****
"""fixdiv - tool to fix division operators.
! To use this tool, first run `python -Dwarn 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
--- 3,7 ----
"""fixdiv - tool to fix division operators.
! 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