Martin Panter added the comment:

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?

----------
nosy: +vadmium

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21468>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to