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 christian.heimes
Recipients christian.heimes, docs@python, eric.smith
Date 2015-06-03.13:54:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433339665.91.0.120750041861.issue24372@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to deprecate ssl.wrap_socket() in favor of SSLContext.wrap_socket(). Libraries should rather accept a context than expose the awkward interface of ssl.wrap_socket(). A context object is far more powerful and easier to use.
History
Date User Action Args
2015-06-03 13:54:25christian.heimessetrecipients: + christian.heimes, eric.smith, docs@python
2015-06-03 13:54:25christian.heimessetmessageid: <1433339665.91.0.120750041861.issue24372@psf.upfronthosting.co.za>
2015-06-03 13:54:25christian.heimeslinkissue24372 messages
2015-06-03 13:54:25christian.heimescreate