]> granicus.if.org Git - python/commit
Issue #16761: Raise TypeError when int() called with base argument only.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 28 Dec 2012 08:02:42 +0000 (10:02 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 28 Dec 2012 08:02:42 +0000 (10:02 +0200)
commit00e284311565c2caeadd10faa75cbe261b71bdaf
tree7146794182c585f8cb1f0a12049f5074c8035503
parent28441e353cbe95e1b2e26eb08d7b1969ca26d261
parent0b386d524765d875fd5f7b6150219e5e5cd69abf
Issue #16761: Raise TypeError when int() called with base argument only.
Lib/test/test_int.py
Misc/NEWS
Objects/longobject.c