]> granicus.if.org Git - python/commit
Issue #16147: PyUnicode_FromFormatV() now raises an error if the argument of
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 6 Oct 2012 21:05:45 +0000 (23:05 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 6 Oct 2012 21:05:45 +0000 (23:05 +0200)
commitff5a848db585a90e55c5e21c0f3b739c402bb760
treebae07e11bf8daa3008f98f6bdafc01d693216b8a
parent3921e90c5a658179a90ffcf378f245aa9ca33208
Issue #16147: PyUnicode_FromFormatV() now raises an error if the argument of
'%c' is not in the range(0x110000).
Objects/unicodeobject.c