[issue10829] PyUnicode_FromFormatV() bugs with "%" and "%%" format strings

STINNER Victor report at bugs.python.org
Wed Jan 5 02:27:38 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Oh, my first patch was wrong: it failed on %c format (in zipimport with "%U%c%U"). The second version of the patch should be better.

----------
Added file: http://bugs.python.org/file20264/pyunicode_fromformatv-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10829>
_______________________________________


More information about the Python-bugs-list mailing list