summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-11-05 19:48:27 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-11-05 19:48:27 (GMT)
commitd395629e8272f7d09b8ac919fbea66c2c070f8e7 (patch)
tree3823f2aab3a6ee172c6ab87dddd382e0727f0c94 /Misc
parent933238ad85875df26c18a674f77afc1abaafb88e (diff)
downloadcpython-d395629e8272f7d09b8ac919fbea66c2c070f8e7.zip
cpython-d395629e8272f7d09b8ac919fbea66c2c070f8e7.tar.gz
cpython-d395629e8272f7d09b8ac919fbea66c2c070f8e7.tar.bz2
Fixed issue #3727: poplib module broken by str to unicode conversion
Victor strikes again! Assisted by Barry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae1e63d..e422b38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ What's New in Python 3.0 beta 5
Core and Builtins
-----------------
+- Issue #3727: Fixed poplib
+
- Issue #3714: Fixed nntplib by using bytes where appropriate.
- Issue #1210: Fixed imaplib and its documentation.