]> granicus.if.org Git - python/commit
Bug #1545497: when given an explicit base, int() did ignore NULs
authorGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 11:28:04 +0000 (11:28 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 11:28:04 +0000 (11:28 +0000)
commitdd4c398c27382502ba514705b69ed1ec72ed9755
tree71677faaa97fe5ac41e38ef1ff3a1a44ee7392cb
parentb85509d5ef5acbe5959383a1007335ad5b7aa786
Bug #1545497: when given an explicit base, int() did ignore NULs
embedded in the string to convert.
 (backport from rev. 52305)
Lib/test/test_builtin.py
Misc/NEWS
Objects/intobject.c