Issue #3714: nntplib module broken by str to unicode conversion
Patch by Victor, Reviewed by Barry
diff --git a/Misc/NEWS b/Misc/NEWS
index 9684cee..ae1e63d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Core and Builtins
 -----------------
 
+- Issue #3714: Fixed nntplib by using bytes where appropriate.
+
 - Issue #1210: Fixed imaplib and its documentation.
 
 - Issue #4233: Changed semantic of ``_fileio.FileIO``'s ``close()``