[issue2599] allow field_name in format strings to default to next positional argument (e.g., "{}")
R. David Murray
report at bugs.python.org
Sun Mar 29 04:13:38 CEST 2009
R. David Murray <rdmurray at bitdance.com> added the comment:
This was proposed on python-ideas, discussed, approved, and implemented
for 2.7 and 3.1.
Note that although this wasn't discussed, the internationalization issue
is answered by the fact that when internationalizing, you are rewriting
the string. At that time if you need a different order of the
subsitutions you can specify it, so requiring non-default numbering in
the original string doesn't really buy you anything for
internationalization.
----------
nosy: +bitdancer
resolution: -> accepted
stage: -> committed/rejected
status: open -> closed
versions: +Python 2.7, Python 3.1 -Python 3.0
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2599>
_______________________________________
More information about the Python-bugs-list
mailing list