]> granicus.if.org Git - python/commit
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
authorEric V. Smith <eric@trueblade.com>
Tue, 29 Sep 2015 14:27:38 +0000 (10:27 -0400)
committerEric V. Smith <eric@trueblade.com>
Tue, 29 Sep 2015 14:27:38 +0000 (10:27 -0400)
commit85976b14ddb941670ee831ed18b5bc69ca1380ac
treebd300f6ae190564bfba85049854ed8ea9ab6ab9c
parentb8b951f6ee349f6e808f67f0424e71d91802223b
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
and nested format_specs. Patch by Anthon van der Neut.
Lib/string.py
Lib/test/test_string.py
Misc/ACKS
Misc/NEWS