]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 4 Jul 2011 04:03:16 +0000 (21:03 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 4 Jul 2011 04:03:16 +0000 (21:03 -0700)
commit9ebe08d2f6c3b8bca5148e909cc89efeb7a01ad1
tree14b187f19e9c85236091dd81dcfabcfcd4db3682
parenta55007a620792a6dff946ee04b1295689e70b616
Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.
Lib/test/test_unicode.py
Objects/unicodeobject.c