Make binascii.hexlify() use s# for its arguments instead of t# to actually
match its documentation stating it accepts any read-only buffer.
diff --git a/Misc/NEWS b/Misc/NEWS
index fea1a6a..6c1fddb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,9 @@
Extension Modules
-----------------
+- Change binascii.hexlify to accept a read-only buffer instead of only a char
+ buffer and actually follow its documentation.
+
- Fixed a potentially invalid memory access of CJKCodecs' shift-jis decoder.
- Patch #1478788 (modified version): The functional extension module has