]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge from 3.2.
authorEric V. Smith <eric@trueblade.com>
Mon, 18 Jul 2011 18:08:55 +0000 (14:08 -0400)
committerEric V. Smith <eric@trueblade.com>
Mon, 18 Jul 2011 18:08:55 +0000 (14:08 -0400)
1  2 
Lib/test/test_unicode.py
Misc/ACKS
Misc/NEWS

Simple merge
diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index a456bf36c5612e65e976391de148716ff4755d69,f444709ab50a1b710d88d96b58a1fb22b800d521..7632292e8dd4f07309af36603bb614087fbd7c55
+++ b/Misc/NEWS
@@@ -10,8 -10,10 +10,12 @@@ 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
    class.