Patch #462190, patch #464070: Support quoted printable in the binascii module.
Decode and encode underscores for header style encoding. Fixes bug #463996.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b2b76b..4b6ae5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,8 +6,13 @@
 
 Core
 
+- binascii has now two quopri support functions, a2b_qp and b2a_qp.
+
 Library
 
+- quopri's encode and decode methods take an optional header parameter,
+  which indicates whether output is intended for the header 'Q' encoding.
+
 Tools
 
 Build