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 Ankur.Ankan, Lita.Cho, berker.peksag, ezio.melotti, jesstess, martin.panter, mattrope, pitrou
Date 2015-06-22.02:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434939578.84.0.138464238535.issue1186900@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-06-22 02:19:39martin.pantersetrecipients: + martin.panter, pitrou, mattrope, ezio.melotti, jesstess, berker.peksag, Ankur.Ankan, Lita.Cho
2015-06-22 02:19:38martin.pantersetmessageid: <1434939578.84.0.138464238535.issue1186900@psf.upfronthosting.co.za>
2015-06-22 02:19:38martin.panterlinkissue1186900 messages
2015-06-22 02:19:37martin.pantercreate