[issue1186900] nntplib shouldn't raise generic EOFError

Martin Panter report at bugs.python.org
Mon Jun 22 04:19:38 CEST 2015


Martin Panter added the comment:

Quick survey of other communication protocol modules:

ftplib: uses EOFError; not documented
http.client: custom IncompleteRead exception
imaplib: custom IMAP4.abort exception
poplib: custom error_proto exception
smtplib: SMTPServerDisconnected exception, subclassing OSError
telnetlib: EOFError is documented

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1186900>
_______________________________________


More information about the Python-bugs-list mailing list