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 Denis.Bilenko
Recipients Arfrever, Denis.Bilenko, alex, barry, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
Date 2014-11-07.09:30:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415352657.96.0.173505984903.issue22438@psf.upfronthosting.co.za>
In-reply-to
Content
gevent's ssl support is also broken by 2.7.9.

https://github.com/gevent/gevent/issues/477

IMO, it is totally unexpected to have some API (even though it's undocumented and internal) removed in non-major release.

Even though both gevent and eventlet can be fixed, there still be combinations of versions that break (python >= 2.7.9 & gevent <= 1.0.1)

Please put _ssl.sslwrap back. It would save a lot of people a lot of time. I don't mind fixing gevent not to use it, but there's nothing I can do about versions already released.
History
Date User Action Args
2014-11-07 09:30:58Denis.Bilenkosetrecipients: + Denis.Bilenko, barry, janssen, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, Arfrever, alex, dstufft
2014-11-07 09:30:57Denis.Bilenkosetmessageid: <1415352657.96.0.173505984903.issue22438@psf.upfronthosting.co.za>
2014-11-07 09:30:57Denis.Bilenkolinkissue22438 messages
2014-11-07 09:30:57Denis.Bilenkocreate