diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-22 15:55:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-22 15:55:02 (GMT) |
commit | 86f088e8e50632ee28bbf2366d48b2e503244fcd (patch) | |
tree | fa658c23d22321616222a6a66715046702382090 /Misc | |
parent | db57e8d186f028cdf472175f48b4aed99b32c972 (diff) | |
parent | 2193d2b72bc942a0c0b489a9c2759a6aefbeecdf (diff) | |
download | cpython-86f088e8e50632ee28bbf2366d48b2e503244fcd.zip cpython-86f088e8e50632ee28bbf2366d48b2e503244fcd.tar.gz cpython-86f088e8e50632ee28bbf2366d48b2e503244fcd.tar.bz2 |
merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |