]> granicus.if.org Git - python/commit
Revert one of the "division fixes" in test_long. It intends to try both
authorTim Peters <tim.peters@gmail.com>
Tue, 4 Sep 2001 19:48:01 +0000 (19:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 4 Sep 2001 19:48:01 +0000 (19:48 +0000)
commit0dad0f763cfad1d387db91053f50f289732e0011
tree7bd8d03d88b01d6987053081594ecbd6cae62fd6
parent1ef106c94d7ec70f6f4ca756fa47852404556b6d
Revert one of the "division fixes" in test_long.  It intends to try both
"/" and "//", and doesn't really care what they *mean*, just that both
are tried (and that, whatever they mean, they act similarly for int and
long arguments).
Lib/test/test_long.py