]> granicus.if.org Git - python/commit
The first batch of changes recommended by the fixdiv tool. These are
authorGuido van Rossum <guido@python.org>
Tue, 4 Sep 2001 19:14:14 +0000 (19:14 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Sep 2001 19:14:14 +0000 (19:14 +0000)
commit54e54c6877329e105406c48490f218faff59db39
tree6bbdf1f6efaa2253af424f59dc9564a5458d6739
parentb8f22749853cf79bfbe3709309e67d1a448f4cab
The first batch of changes recommended by the fixdiv tool.  These are
mostly changes of / operators into //.  Once or twice I did more or
less than recommended.
19 files changed:
Lib/base64.py
Lib/binhex.py
Lib/bisect.py
Lib/dumbdbm.py
Lib/inspect.py
Lib/quopri.py
Lib/repr.py
Lib/rfc822.py
Lib/test/test_audioop.py
Lib/test/test_augassign.py
Lib/test/test_b1.py
Lib/test/test_binascii.py
Lib/test/test_binop.py
Lib/test/test_compare.py
Lib/test/test_long.py
Lib/test/test_operator.py
Lib/test/test_pty.py
Lib/test/test_strftime.py
Lib/wave.py