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 Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, ncoghlan, orsenthil, python-dev, vstinner
Date 2016-09-10.21:27:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473542828.58.0.886578362821.issue28022@psf.upfronthosting.co.za>
In-reply-to
Content
I have pushed all deprecation except ssl.wrap_socket(). Nick raised some concerns. I like to discourage people to use it because it hurts performance and is no longer best practice. How about we mark the function as legacy function and move it to a less prominent place in the documentation?
History
Date User Action Args
2016-09-10 21:27:08christian.heimessetrecipients: + christian.heimes, ncoghlan, janssen, orsenthil, vstinner, giampaolo.rodola, alex, python-dev, martin.panter, dstufft, Lukasa
2016-09-10 21:27:08christian.heimessetmessageid: <1473542828.58.0.886578362821.issue28022@psf.upfronthosting.co.za>
2016-09-10 21:27:08christian.heimeslinkissue28022 messages
2016-09-10 21:27:08christian.heimescreate