Fixed issue #3727: poplib module broken by str to unicode conversion
Victor strikes again! Assisted by Barry
diff --git a/Misc/NEWS b/Misc/NEWS
index ae1e63d..e422b38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Core and Builtins
 -----------------
 
+- Issue #3727: Fixed poplib
+
 - Issue #3714: Fixed nntplib by using bytes where appropriate.
 
 - Issue #1210: Fixed imaplib and its documentation.