summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f4583df..c09f8e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,6 @@ Core and Builtins
- Issue #6750: A text file opened with io.open() could duplicate its output
when writing from multiple threads at the same time.
-
Library
-------
@@ -280,6 +279,12 @@ Tests
- Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6.
+C-API
+-----
+
+- Make PyUnicode_CompareWithASCIIString return not equal if the Python string
+ has '\0' at the end.
+
Build
-----