STINNER Victor added the comment:

I rewrote PyUnicode_FromFormatV() to use a single step instead of four: see 
issue #16147. So it's now simpler to fix this issue. Here is a new patch to 
implement width and precision modifiers for %s, %A, %R, %S and %U formats.

----------
Added file: http://bugs.python.org/file27465/unicode_fromformat_precision.patch

_______________________________________
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