summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-13 03:18:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-08-13 03:18:19 (GMT)
commitf8e7543df95d5cc12f7478d2eed690621919d68a (patch)
tree2f47f682ca67384427ceff0be4363b72322105ab /Misc
parent98d95a50c90bdc4a64fb7db9da74d46a3bf129ba (diff)
parentf413b80806bb7d077a1611610273dab6d916908d (diff)
downloadcpython-f8e7543df95d5cc12f7478d2eed690621919d68a.zip
cpython-f8e7543df95d5cc12f7478d2eed690621919d68a.tar.gz
cpython-f8e7543df95d5cc12f7478d2eed690621919d68a.tar.bz2
merge 3.2 (#12732)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34aac79..360e731 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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