summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d94c45..d21121d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -192,6 +192,9 @@ Core and Builtins
C-API
-----
+- Issue #7767: New function PyLong_AsLongLongAndOverflow added,
+ analogous to PyLong_AsLongAndOverflow.
+
- Make PyUnicode_CompareWithASCIIString return not equal if the Python string
has '\0' at the end.