diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-13 03:18:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-13 03:18:19 (GMT) |
commit | f8e7543df95d5cc12f7478d2eed690621919d68a (patch) | |
tree | 2f47f682ca67384427ceff0be4363b72322105ab /Misc | |
parent | 98d95a50c90bdc4a64fb7db9da74d46a3bf129ba (diff) | |
parent | f413b80806bb7d077a1611610273dab6d916908d (diff) | |
download | cpython-f8e7543df95d5cc12f7478d2eed690621919d68a.zip cpython-f8e7543df95d5cc12f7478d2eed690621919d68a.tar.gz cpython-f8e7543df95d5cc12f7478d2eed690621919d68a.tar.bz2 |
merge 3.2 (#12732)
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 ----------------- +- Issue #12732: In narrow unicode builds, allow Unicode identifiers which fall + outside the BMP. + - Issue #12575: Validate user-generated AST before it is compiled. - Make type(None), type(Ellipsis), and type(NotImplemented) callable. They |