summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-05 22:17:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-05 22:17:45 (GMT)
commit9a953dbb34b722dc16e98ef7103eb49b72a04e5e (patch)
treeec4dbef68599b6502ca6b425ad036c6d8d02f405 /Misc
parent19d246745d9d013c12e9560dd020d778381780fb (diff)
parent419967b8320be40d7948bde042e92b6e7d1f48a7 (diff)
downloadcpython-9a953dbb34b722dc16e98ef7103eb49b72a04e5e.zip
cpython-9a953dbb34b722dc16e98ef7103eb49b72a04e5e.tar.gz
cpython-9a953dbb34b722dc16e98ef7103eb49b72a04e5e.tar.bz2
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e97cd6e..a29e50a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,11 @@ Library
- Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.
+C API
+-----
+
+- Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
+
Documentation
-------------