]> 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 08:09:54 +0000 (10:09 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 28 Dec 2012 08:09:54 +0000 (10:09 +0200)
commitc819b077bb9125db303651a383fb03e68c822084
treef037dec4edc5e92224eaf1a6b6ec5c06eff72e75
parentd6c18dcd20ec4cc94c2c99aff165780d16a6f13b
parent00e284311565c2caeadd10faa75cbe261b71bdaf
Issue #16761: Raise TypeError when int() called with base argument only.
Lib/test/test_int.py
Misc/NEWS
Objects/longobject.c