diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 ----- |