]> 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:27:59 +0000 (11:27 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 11:27:59 +0000 (11:27 +0000)
commit2c1375c8db6d62128f594aec3820292576daff8b
treed9247df3a02819561d645310e7a153368689ddd9
parent7d74a0e2874632393906becc0d8db20412431d72
Bug #1545497: when given an explicit base, int() did ignore NULs
embedded in the string to convert.
Lib/test/test_builtin.py
Misc/NEWS
Objects/intobject.c