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 geertj, giampaolo.rodola, gvanrossum, pitrou, python-dev, sbt, vstinner, yselivanov
Date 2015-01-13.23:25:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421191510.69.0.584441086524.issue22560@psf.upfronthosting.co.za>
In-reply-to
Content
I commited sslproto-4.patch to Python 3.4, Python 3.5 and Tulip with minor changes:

- remove write_eof(), as suggested by Yury
- define SSLProtocol after its transport in sslproto.py
- add a docstring to SSLProtocol
- test sslcontext with "is not None"
- _make_ssl_transport: waiter parameter is now optional

Thanks Antoine for this great contribution! Thanks also to Geert Jansen since sslproto.py looks to be based on his work.

Even if I ran the test suite on Python 3.3, 3.4 and 3.5 on Linux, and on Python 3.5 on Windows, I prefer to wait one or two days to see how buildbots appreciate this enhancement.
History
Date User Action Args
2015-01-13 23:25:10vstinnersetrecipients: + vstinner, gvanrossum, geertj, pitrou, giampaolo.rodola, python-dev, sbt, yselivanov
2015-01-13 23:25:10vstinnersetmessageid: <1421191510.69.0.584441086524.issue22560@psf.upfronthosting.co.za>
2015-01-13 23:25:10vstinnerlinkissue22560 messages
2015-01-13 23:25:10vstinnercreate