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.21:37:20
SpamBayes Score 1.901858e-05
Marked as misclassified No
Message-id <1288647456.7.0.65162701785.issue10284@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe the bug should be reopened -- or the subject changed -- because the real issue is when I read:

# Incompatible changes from the 2.x nntplib:
# - all commands are encoded as UTF-8 data (using the "surrogateescape"
#   error handler), except for raw message data (POST, IHAVE)
# - all responses are decoded as UTF-8 data (using the "surrogateescape"
#   error handler), except for raw message data (ARTICLE, HEAD, BODY)

# UTF-8 is the character set for all NNTP commands and responses: they
# are automatically encoded (when sending) and decoded (and receiving)
# by this class.

That is not true.
What for XOVER/OVER answers?  They contain raw message data.  Why aren't they excluded?
And XHDR/HDR answers?
(As I see that HEAD is excluded, then so should OVER and HDR...)

And AUTHINFO, as I have just explained in the comments here.
History
Date User Action Args
2010-11-01 21:37:36jeliesetrecipients: + jelie, eric.araujo, r.david.murray
2010-11-01 21:37:36jeliesetmessageid: <1288647456.7.0.65162701785.issue10284@psf.upfronthosting.co.za>
2010-11-01 21:37:21jelielinkissue10284 messages
2010-11-01 21:37:21jeliecreate