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

STINNER Victor report at bugs.python.org
Wed Mar 2 01:12:54 CET 2011


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

Fixed in Python 3.3 (r88702+r88703).

I don't really want to backport it to 3.2, 3.1 or 2.7, because the patch is complex, changes a very important function, and the fixed bug (don't crash on invalid format strings) is minor. If you would like the fix into in old release, please reopen the issue and tell me why.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list