sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
diff --git a/Misc/NEWS b/Misc/NEWS
index ff754df..f1aec99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,11 @@
 - Added warnings on the use of ``__getslice__``, ``__setslice__``, or
   ``__delslice__``.
 
+C-API
+-----
+
+- Aliased PyObject_Bytes to PyObject_Str.
+
 Library
 -------