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 mcjeff, pitrou, python-dev
Date 2012-11-11.00:29:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XzbZJ6m3DzPpY@mail.python.org>
In-reply-to
Content
New changeset f475332df9b5 by Antoine Pitrou in branch '3.2':
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket().
http://hg.python.org/cpython/rev/f475332df9b5

New changeset 9510a9641c80 by Antoine Pitrou in branch '3.3':
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket().
http://hg.python.org/cpython/rev/9510a9641c80

New changeset 5fc30f0277a5 by Antoine Pitrou in branch 'default':
Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket().
http://hg.python.org/cpython/rev/5fc30f0277a5
History
Date User Action Args
2012-11-11 00:29:13python-devsetrecipients: + python-dev, pitrou, mcjeff
2012-11-11 00:29:13python-devlinkissue16357 messages
2012-11-11 00:29:13python-devcreate