summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 3b8ca5e..1575c9a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -506,6 +506,8 @@ IDLE
C API
-----
+- Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
+
- Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
an iterable of integers. Now only strings and bytes-like objects are accepted.