STINNER Victor added the comment:

Finally, I closed this issue. Sorry for the long delay, but many other 
PyUnicode_FromFormat() issues had to be discussed/fixed before this one can be 
fixed. It was also much easier to fix this issue since my refactoring of 
PyUnicode_FromFormat() to only parse the format string once (thanks to the 
_PyUnicodeWriter API) instead of having 4 steps.

Thanks to Ysj Ray, thanks to reviewers.

This is one of the oldest issue that I had to fix :-)

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7330>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to