]> 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:21:16 +0000 (20:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jun 2013 17:21:16 +0000 (20:21 +0300)
commitc89533f72fbf15779d33c4533c801ed4c3d0ea18
tree01f4fe4d0c1ca2ff5eac6f5158b0a58a2d309b6f
parentfcce2024ea97c76e25adf9ff45f72a9f0d431ac3
parent8eeae2126ca7dd91ae6f10443eda1af5338bccf7
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