diff options
author | Christian Heimes <christian@cheimes.de> | 2008-11-05 19:44:21 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-11-05 19:44:21 (GMT) |
commit | 933238ad85875df26c18a674f77afc1abaafb88e (patch) | |
tree | 6620ecc57005dba412c8bf2527fa329a2054ea53 /Misc | |
parent | fb5faf02853f5f56fe96f00e8020a6fabe8ac390 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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()`` |