]> granicus.if.org Git - python/commit
Fixes issue #16772: int() constructor second argument (base) must be an int.
authorGregory P. Smith <greg@krypto.org>
Tue, 25 Dec 2012 21:05:31 +0000 (13:05 -0800)
committerGregory P. Smith <greg@krypto.org>
Tue, 25 Dec 2012 21:05:31 +0000 (13:05 -0800)
commit4fbbf8c0a3c4b06853befc9f43e2fc5e80ccc197
tree36b7795c47960f48b959c56d323522e7d97a5838
parent6d469ebbc8577107203283647caf2bbc50a68497
Fixes issue #16772: int() constructor second argument (base) must be an int.
Consistent with the behavior in Python 2.
Misc/NEWS
Objects/longobject.c