summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-30 14:44:53 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-08-30 14:44:53 (GMT)
commit66428b2e5d456e0af609de8cdbcd9bae2a76d02d (patch)
tree51de6d4aaae68845249503d8b4835df0976f6fcf /Misc
parentf8a08d9d3618a8a3a53bdf1370daf07032313795 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ff6fa0..4464411 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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