]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix repr.py -- it was triggering on the type name 'long', should be 'int'.
authorGuido van Rossum <guido@python.org>
Mon, 15 Jan 2007 00:14:39 +0000 (00:14 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Jan 2007 00:14:39 +0000 (00:14 +0000)
commit4c9695a9d15661c526867e387967f5f3e82bed6f
tree97d694e3cbe914de7686cb0c9383739144a99bd0
parent018919aba81093e43d5c5c401a253b0707a8e86f
Fix repr.py -- it was triggering on the type name 'long', should be 'int'.
BROKEN_TESTS
Lib/repr.py