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

STINNER Victor report at bugs.python.org
Thu Mar 3 09:34:29 CET 2011


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

> Hi, haypo, would you mind modify your newly added parse_format_flags()
> function so that it can diff the precision value of '%.0s' and
> '%s'(Currently both of them return precision as 0)?

You should update your patch attached to #7330. I hope that your patch will be simpler with parse_format_flags() than before.

----------

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


More information about the Python-bugs-list mailing list