Python strings ending with '\0' should not be equivalent to their C counterparts in PyUnicode_CompareWithASCIIString
diff --git a/Misc/NEWS b/Misc/NEWS
index adf9fb3..fc9fa63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@
C-API
-----
+- Make PyUnicode_CompareWithASCIIString return not equal if the Python string
+ has '\0' at the end.
+
- Issue #5080: The argument parsing functions PyArg_ParseTuple,
PyArg_ParseTupleAndKeywords, PyArg_VaParse,
PyArg_VaParseTupleAndKeywords and PyArg_Parse now raise a