]> granicus.if.org Git - python/commit
The beginnings of a script to help finding / operators that may need
authorGuido van Rossum <guido@python.org>
Sat, 1 Sep 2001 21:55:58 +0000 (21:55 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 1 Sep 2001 21:55:58 +0000 (21:55 +0000)
commit822218b400d0f77636592e6786f9bb4f8fad6a43
treef3ff1a6df5fe790832698f55a3c8bee1cc1a7649
parenta0adb92b23c5b022d0049e156d0b43b94058b056
The beginnings of a script to help finding / operators that may need
to be change to //.  The code is pretty gross so far, and I promise
I'll work on this more, but I have to go eat now! :-)
Tools/scripts/fixdiv.py [new file with mode: 0755]