diff options
author | Eric V. Smith <eric@trueblade.com> | 2011-07-18 18:08:55 (GMT) |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2011-07-18 18:08:55 (GMT) |
commit | c12469df227a7ec8a268c9a6dae4f52c70c0635a (patch) | |
tree | 6e803338b7602f564998ae57f5d670f7bf93a760 /Misc | |
parent | 677b6530b024d905f094908f6519a0316cde5d77 (diff) | |
parent | 12ebefc9d3b7268d17d4a042767f712c46d03dfe (diff) | |
download | cpython-c12469df227a7ec8a268c9a6dae4f52c70c0635a.zip cpython-c12469df227a7ec8a268c9a6dae4f52c70c0635a.tar.gz cpython-c12469df227a7ec8a268c9a6dae4f52c70c0635a.tar.bz2 |
Merge from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -82,6 +82,7 @@ Eli Bendersky Andrew Bennetts Andy Bensky Michel Van den Bergh +Julian Berman Eric Beser Steven Bethard Stephen Bevan @@ -10,6 +10,10 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #12579: str.format_map() now raises a ValueError if used on a + format string that contains positional fields. Initial patch by + Julian Berman. + - Issue #10271: Allow warnings.showwarning() be any callable. - Issue #11627: Fix segfault when __new__ on a exception returns a non-exception |