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 martin.panter
Recipients James.Meneghello, jwilk, martin.panter, pitrou, r.david.murray
Date 2014-09-07.03:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410061652.99.0.620603818465.issue21468@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps this is similar to Issue 22350 which I just raised. Whenever the NNTP context manager exits, a QUIT command is called, and if the context manager is exiting due to a protocol error or some other exception not handled by the protocol, the code will try and read other protocol data as the QUIT response.

Perhaps your code was interrupted in the middle of reading a yEnc binary body and that is why it looks like garbage?
History
Date User Action Args
2014-09-07 03:47:33martin.pantersetrecipients: + martin.panter, pitrou, jwilk, r.david.murray, James.Meneghello
2014-09-07 03:47:32martin.pantersetmessageid: <1410061652.99.0.620603818465.issue21468@psf.upfronthosting.co.za>
2014-09-07 03:47:32martin.panterlinkissue21468 messages
2014-09-07 03:47:32martin.pantercreate