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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1186900>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to