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 vstinner
Recipients cbay, ezio.melotti, pitrou, senko, vstinner
Date 2013-07-18.23:36:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374190588.66.0.0564106151656.issue9177@psf.upfronthosting.co.za>
In-reply-to
Content
ssl-socket-readwrite-after-close.diff: instead of testing "not self._sslobj", I would prefer an explicit "self._sslobj is None".
History
Date User Action Args
2013-07-18 23:36:28vstinnersetrecipients: + vstinner, pitrou, ezio.melotti, cbay, senko
2013-07-18 23:36:28vstinnersetmessageid: <1374190588.66.0.0564106151656.issue9177@psf.upfronthosting.co.za>
2013-07-18 23:36:28vstinnerlinkissue9177 messages
2013-07-18 23:36:28vstinnercreate