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 python-dev
Recipients Ben.Darnell, kiilerix, pitrou, python-dev
Date 2013-05-01.18:52:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3b17y70P8Tz7Ll3@mail.python.org>
In-reply-to
Content
New changeset e6b962fa44bb by Antoine Pitrou in branch 'default':
Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected.
http://hg.python.org/cpython/rev/e6b962fa44bb
History
Date User Action Args
2013-05-01 18:52:15python-devsetrecipients: + python-dev, pitrou, kiilerix, Ben.Darnell
2013-05-01 18:52:15python-devlinkissue13721 messages
2013-05-01 18:52:15python-devcreate