[issue3714] nntplib module broken by str to unicode conversion

STINNER Victor report at bugs.python.org
Fri Oct 24 12:06:55 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

As I did for POP3 (poplib) and IMAP4 (imaplib), nntplib should use 
bytes instead of characters because the charset may be different for 
each message and nntplib is unable to retreive the charset from the 
email header.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3714>
_______________________________________


More information about the Python-bugs-list mailing list