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 giampaolo.rodola
Recipients giampaolo.rodola, pitrou
Date 2011-02-26.13:31:01
SpamBayes Score 0.0035266967
Marked as misclassified No
Message-id <1298727062.49.0.582918847633.issue9795@psf.upfronthosting.co.za>
In-reply-to
Content
(socket.error, EOFError) after quit() indicates that the socket is disconnected, in which case we should not raise any error (or at least, this is the approach we're using in ftplib) while all other NNTPError related errors are not suppressed.
History
Date User Action Args
2011-02-26 13:31:02giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2011-02-26 13:31:02giampaolo.rodolasetmessageid: <1298727062.49.0.582918847633.issue9795@psf.upfronthosting.co.za>
2011-02-26 13:31:01giampaolo.rodolalinkissue9795 messages
2011-02-26 13:31:01giampaolo.rodolacreate