]> granicus.if.org Git - python/commit
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jun 2013 17:12:14 +0000 (20:12 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jun 2013 17:12:14 +0000 (20:12 +0300)
commit8eeae2126ca7dd91ae6f10443eda1af5338bccf7
tree33ec8ddfbb4c5152de7d1645ef26691e77132596
parent36a7e4f74a7fdf193f0fd0fab8ace602bca490a5
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
OverflowError when an argument of %c format is out of range.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c