[issue14297] Custom string formatter doesn't work like builtin str.format

Terry J. Reedy report at bugs.python.org
Fri Mar 16 20:21:16 CET 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

We know that string.Formatter does not properly duplicate str.format.
#13598 is specifically about use of {}.
Search "string Formatter" for other related issues.

----------
nosy: +terry.reedy
resolution:  -> duplicate
status: open -> closed
superseder:  -> string.Formatter doesn't support empty curly braces "{}"

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


More information about the Python-bugs-list mailing list