diff options
author | Eric V. Smith <eric@trueblade.com> | 2015-09-29 14:27:38 (GMT) |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2015-09-29 14:27:38 (GMT) |
commit | 85976b14ddb941670ee831ed18b5bc69ca1380ac (patch) | |
tree | bd300f6ae190564bfba85049854ed8ea9ab6ab9c /Misc | |
parent | b8b951f6ee349f6e808f67f0424e71d91802223b (diff) | |
download | cpython-85976b14ddb941670ee831ed18b5bc69ca1380ac.zip cpython-85976b14ddb941670ee831ed18b5bc69ca1380ac.tar.gz cpython-85976b14ddb941670ee831ed18b5bc69ca1380ac.tar.bz2 |
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
and nested format_specs. Patch by Anthon van der Neut.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -984,6 +984,7 @@ Tony Nelson Trent Nelson Chad Netzer Max Neunhöffer +Anthon van der Neut George Neville-Neil Hieu Nguyen Johannes Nicolai @@ -78,6 +78,9 @@ Core and Builtins Library ------- +- Issue #25034: Fix string.Formatter problem with auto-numbering and + nested format_specs. Patch by Anthon van der Neut. + - Issue #25233: Rewrite the guts of asyncio.Queue to be more understandable and correct. - Issue #23600: Default implementation of tzinfo.fromutc() was returning |