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