[issue17292] Autonumbering in string.Formatter doesn't work

2013-02-25 Thread Eric V. Smith
Eric V. Smith added the comment: This is a duplicate of issue 13598. I'll add you to nosy over there. -- resolution: - duplicate stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue17292] Autonumbering in string.Formatter doesn't work

2013-02-24 Thread Nathan Binkert
New submission from Nathan Binkert: Autonumbering with string.format does not work as it does in str.format: '{}'.format(1) '1' import string string.Formatter().format('{}', 1) Traceback (most recent call last): File stdin, line 1, in module File /Users/nate/src/python3/Lib/string.py,

[issue17292] Autonumbering in string.Formatter doesn't work

2013-02-24 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +eric.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17292 ___ ___ Python-bugs-list mailing list