summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTal Einat <taleinat@gmail.com>2014-07-16 13:41:14 (GMT)
committerTal Einat <taleinat@gmail.com>2014-07-16 13:41:14 (GMT)
commit2e4394ee0d703d98ff49998609b819278f3d0b97 (patch)
treeb90a01ed5ca864f8c5ed254955d07263508bc5cf /Misc/NEWS
parentb5cace898074731428b98ea6ec133e204ece4cd2 (diff)
parent9b7f9e6c5a4f0d31333b7f10fac0c6c92b8e53bc (diff)
downloadcpython-2e4394ee0d703d98ff49998609b819278f3d0b97.zip
cpython-2e4394ee0d703d98ff49998609b819278f3d0b97.tar.gz
cpython-2e4394ee0d703d98ff49998609b819278f3d0b97.tar.bz2
Issue #21765: Add support for non-ascii identifiers to HyperParser
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 77bc700..91edd00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -264,6 +264,8 @@ Library
- Issue #21455: Add a default backlog to socket.listen().
- Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
+- Issue #21765: Add support for non-ascii identifiers to HyperParser.
+
- Issue #10744: Fix PEP 3118 format strings on ctypes objects with a nontrivial
shape.