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 pitrou
Recipients pitrou, vinay.sajip
Date 2013-02-05.16:22:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360081347.34.0.887141960481.issue17133@psf.upfronthosting.co.za>
In-reply-to
Content
The reason is that wrap_socket() is there only for compatibility reasons, and I'd like people to switch to SSLContext instead. 12-argument functions are only good for LISPers ;-)

As for SSLSocket, its constructor isn't a public API.
History
Date User Action Args
2013-02-05 16:22:27pitrousetrecipients: + pitrou, vinay.sajip
2013-02-05 16:22:27pitrousetmessageid: <1360081347.34.0.887141960481.issue17133@psf.upfronthosting.co.za>
2013-02-05 16:22:27pitroulinkissue17133 messages
2013-02-05 16:22:27pitroucreate