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 alex, christian.heimes, docs@python, dstufft, giampaolo.rodola, janssen, nagle, pitrou
Date 2016-09-08.15:21:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473348078.29.0.495997372403.issue23843@psf.upfronthosting.co.za>
In-reply-to
Content
ssl.wrap_socket() will be deprecated in 3.6. Please use a context. You can still inspect the server cert with a context. In fact ssl.wrap_socket() uses a context internally.
History
Date User Action Args
2016-09-08 15:21:18christian.heimessetrecipients: + christian.heimes, janssen, nagle, pitrou, giampaolo.rodola, alex, docs@python, dstufft
2016-09-08 15:21:18christian.heimessetmessageid: <1473348078.29.0.495997372403.issue23843@psf.upfronthosting.co.za>
2016-09-08 15:21:18christian.heimeslinkissue23843 messages
2016-09-08 15:21:18christian.heimescreate