summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-07-22 15:55:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-07-22 15:55:02 (GMT)
commit86f088e8e50632ee28bbf2366d48b2e503244fcd (patch)
treefa658c23d22321616222a6a66715046702382090 /Misc/NEWS
parentdb57e8d186f028cdf472175f48b4aed99b32c972 (diff)
parent2193d2b72bc942a0c0b489a9c2759a6aefbeecdf (diff)
downloadcpython-86f088e8e50632ee28bbf2366d48b2e503244fcd.zip
cpython-86f088e8e50632ee28bbf2366d48b2e503244fcd.tar.gz
cpython-86f088e8e50632ee28bbf2366d48b2e503244fcd.tar.bz2
merge 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7bccc05..281a9e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Verify the types of AST strings and identifiers provided by the user before
+ compiling them.
+
- Issue #12579: str.format_map() now raises a ValueError if used on a
format string that contains positional fields. Initial patch by
Julian Berman.