]> granicus.if.org Git - python/commit
Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception
authorEthan Furman <ethan@stoneleaf.us>
Wed, 19 Mar 2014 15:38:52 +0000 (08:38 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Wed, 19 Mar 2014 15:38:52 +0000 (08:38 -0700)
commit38d872ee5df1dd89c1ce1e04e7e24ef651d63bc7
treea9db03447bf5b874da900128d722be11a7908ab4
parent8e5d0caf923ba027f21a2a0953a365bc6174d492
Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception
Lib/test/string_tests.py
Lib/test/test_format.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c