]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16761: Raise TypeError when int() called with base argument only.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 28 Dec 2012 07:42:11 +0000 (09:42 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 28 Dec 2012 07:42:11 +0000 (09:42 +0200)
commit0b386d524765d875fd5f7b6150219e5e5cd69abf
tree685ff50538e96318e1f9384448e2b5a5aedfb302
parent1e4bd53a34a46e44a5e88a6ecc5ea4f102b94b6f
Issue #16761: Raise TypeError when int() called with base argument only.
Lib/test/test_int.py
Misc/NEWS
Objects/longobject.c