summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-05 22:13:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-05 22:13:34 (GMT)
commit419967b8320be40d7948bde042e92b6e7d1f48a7 (patch)
treebbdd835e910e5610646af21697eba92d1076d9c6 /Misc
parent7bc01c32b16a4324070ed28847e43c4c7d08eed2 (diff)
downloadcpython-419967b8320be40d7948bde042e92b6e7d1f48a7.zip
cpython-419967b8320be40d7948bde042e92b6e7d1f48a7.tar.gz
cpython-419967b8320be40d7948bde042e92b6e7d1f48a7.tar.bz2
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
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.