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 berker.peksag, desbma, docs@python, martin.panter, vstinner, yselivanov
Date 2016-04-04.02:16:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459736164.74.0.472084672536.issue24911@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW I discovered that socket.close() or __exit__() does not actually raise exceptions for cases like EBADF, see Issue 26685.
History
Date User Action Args
2016-04-04 02:16:05martin.pantersetrecipients: + martin.panter, vstinner, docs@python, berker.peksag, desbma, yselivanov
2016-04-04 02:16:04martin.pantersetmessageid: <1459736164.74.0.472084672536.issue24911@psf.upfronthosting.co.za>
2016-04-04 02:16:04martin.panterlinkissue24911 messages
2016-04-04 02:16:03martin.pantercreate