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 jelie
Recipients eric.araujo, jelie, r.david.murray
Date 2010-11-01.20:58:18
SpamBayes Score 0.0016867582
Marked as misclassified No
Message-id <1288645100.64.0.513264190287.issue10284@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, you're right.
I meant to say that AUTHINFO is not expecting a UTF-8-encoded string.

For instance:

AUTHINFO USER Éric

is valid and should not always be transformed by nntplib to:

AUTHINFO USER Éric


News servers do a byte-string comparison (as specified in RFC 4643).  So if « Éric » is the expected user name, then it is this very name that is expected!
History
Date User Action Args
2010-11-01 20:58:20jeliesetrecipients: + jelie, eric.araujo, r.david.murray
2010-11-01 20:58:20jeliesetmessageid: <1288645100.64.0.513264190287.issue10284@psf.upfronthosting.co.za>
2010-11-01 20:58:19jelielinkissue10284 messages
2010-11-01 20:58:18jeliecreate