summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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.