]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jun 2013 17:22:09 +0000 (20:22 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jun 2013 17:22:09 +0000 (20:22 +0300)
commitba908c72a0ae7fe08d308f9e5b751753ecf8b6eb
tree0115111bb0bda1850230c5a38c1436ff4f0f2172
parent262df4d3e8b870534270d3dc8c421dbc7ce3113a
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
OverflowError when an argument of %c format is out of range.
Misc/NEWS
Objects/unicodeobject.c