summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-30 14:41:20 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-08-30 14:41:20 (GMT)
commit33856de84d1115a18b699e0ca93c3b921bc6a1af (patch)
treed44532b9f9225284e4dc072f4a2ba657beefd54c /Misc
parente01de8f2f3f8ec2ad58e1baddb7c2c657e331796 (diff)
downloadcpython-33856de84d1115a18b699e0ca93c3b921bc6a1af.zip
cpython-33856de84d1115a18b699e0ca93c3b921bc6a1af.tar.gz
cpython-33856de84d1115a18b699e0ca93c3b921bc6a1af.tar.bz2
handle names starting with non-ascii characters correctly #9712
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 01625f2..574cf1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 2?
Core and Builtins
-----------------
+- Issue #9712: Fix tokenize on identifiers that start with non-ascii names.
+
- Issue #9688: __basicsize__ and __itemsize__ must be accessed as Py_ssize_t.
- Issue #9684: Added a definition for SIZEOF_WCHAR_T to PC/pyconfig.h,