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 vstinner
Recipients Drekin, gvanrossum, python-dev, vstinner, yselivanov
Date 2015-07-25.00:52:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437785551.96.0.557717290126.issue24539@psf.upfronthosting.co.za>
In-reply-to
Content
> but it still needs a unittest and merging into CPython 3.4 and up.

I did this part.

By the way, running unit tests now logs two warnings on SSL tests, because returning True has no effect on SSL. We may just remove the warning at runtime and ensure that it's well documented instead. What do you think?
History
Date User Action Args
2015-07-25 00:52:32vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov, Drekin
2015-07-25 00:52:31vstinnersetmessageid: <1437785551.96.0.557717290126.issue24539@psf.upfronthosting.co.za>
2015-07-25 00:52:31vstinnerlinkissue24539 messages
2015-07-25 00:52:31vstinnercreate