[issue13579] string.Formatter doesn't understand the !a conversion specifier

Nick Coghlan report at bugs.python.org
Wed Feb 15 09:16:52 CET 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Agreed that this is a bug in string.Formatter rather than a new feature.

There's already a separate bug for the autonumbering problem: http://bugs.python.org/issue13598

And I created a new issue about unifying some of the tests: http://bugs.python.org/issue14019

%-style string formatting is its own thing - it doesn't share semantics or code with str.format or string.Formatter.

----------

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


More information about the Python-bugs-list mailing list