]> granicus.if.org Git - python/commit
Issue #7435: Remove duplicate int/long tests, and other
authorMark Dickinson <dickinsm@gmail.com>
Sat, 5 Dec 2009 20:28:34 +0000 (20:28 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 5 Dec 2009 20:28:34 +0000 (20:28 +0000)
commit5c2db37c20ad62097ffaaea32c7e332484c200e0
tree9f88385ce641ffaa2587693bd38bc1d0f2cfb674
parentc39aad7c278135e599489914e74cf939e39953e9
Issue #7435:  Remove duplicate int/long tests, and other
references to long in py3k.  Patch provided by flox.
14 files changed:
Lib/random.py
Lib/test/mapping_tests.py
Lib/test/pickletester.py
Lib/test/string_tests.py
Lib/test/test_binop.py
Lib/test/test_builtin.py
Lib/test/test_datetime.py
Lib/test/test_decimal.py
Lib/test/test_descr.py
Lib/test/test_dict.py
Lib/test/test_getargs2.py
Lib/test/test_int.py
Lib/test/test_long.py
Lib/test/test_types.py