This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, barry, hdima, orsenthil, vstinner
Date 2008-10-24.10:06:53
SpamBayes Score 0.036813684
Marked as misclassified No
Message-id <1224842815.19.0.922426655809.issue3714@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-24 10:06:55vstinnersetrecipients: + vstinner, barry, hdima, amaury.forgeotdarc, orsenthil
2008-10-24 10:06:55vstinnersetmessageid: <1224842815.19.0.922426655809.issue3714@psf.upfronthosting.co.za>
2008-10-24 10:06:54vstinnerlinkissue3714 messages
2008-10-24 10:06:53vstinnercreate