summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-11-05 19:44:21 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-11-05 19:44:21 (GMT)
commit933238ad85875df26c18a674f77afc1abaafb88e (patch)
tree6620ecc57005dba412c8bf2527fa329a2054ea53 /Misc
parentfb5faf02853f5f56fe96f00e8020a6fabe8ac390 (diff)
downloadcpython-933238ad85875df26c18a674f77afc1abaafb88e.zip
cpython-933238ad85875df26c18a674f77afc1abaafb88e.tar.gz
cpython-933238ad85875df26c18a674f77afc1abaafb88e.tar.bz2
Issue #3714: nntplib module broken by str to unicode conversion
Patch by Victor, Reviewed 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 9684cee..ae1e63d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ What's New in Python 3.0 beta 5
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()``