Issue #7703: Add support for the new buffer API to functions of the
binascii module. Backported from py3k by Florent Xicluna, with some
additional tests.
diff --git a/Misc/NEWS b/Misc/NEWS
index 312a2a9..665c924 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,10 @@
Library
-------
+- Issue #7703: Add support for the new buffer API to functions of the
+ binascii module. Backported from py3k by Florent Xicluna, with some
+ additional tests.
+
- Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Patch by Brian Curtin.