diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-30 14:41:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-30 14:41:20 (GMT) |
commit | 33856de84d1115a18b699e0ca93c3b921bc6a1af (patch) | |
tree | d44532b9f9225284e4dc072f4a2ba657beefd54c /Misc | |
parent | e01de8f2f3f8ec2ad58e1baddb7c2c657e331796 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |