diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-30 14:44:53 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-30 14:44:53 (GMT) |
commit | 66428b2e5d456e0af609de8cdbcd9bae2a76d02d (patch) | |
tree | 51de6d4aaae68845249503d8b4835df0976f6fcf /Misc | |
parent | f8a08d9d3618a8a3a53bdf1370daf07032313795 (diff) | |
download | cpython-66428b2e5d456e0af609de8cdbcd9bae2a76d02d.zip cpython-66428b2e5d456e0af609de8cdbcd9bae2a76d02d.tar.gz cpython-66428b2e5d456e0af609de8cdbcd9bae2a76d02d.tar.bz2 |
Merged revisions 84364 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84364 | benjamin.peterson | 2010-08-30 09:41:20 -0500 (Mon, 30 Aug 2010) | 1 line
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
@@ -14,6 +14,8 @@ Core and Builtins - Restore GIL in nis_cat in case of error. +- 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 #5319: Print an error if flushing stdout fails at interpreter |