Message233972
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. |
|
| Date |
User |
Action |
Args |
| 2015-01-13 23:25:10 | vstinner | set | recipients:
+ vstinner, gvanrossum, geertj, pitrou, giampaolo.rodola, python-dev, sbt, yselivanov |
| 2015-01-13 23:25:10 | vstinner | set | messageid: <[email protected]> |
| 2015-01-13 23:25:10 | vstinner | link | issue22560 messages |
| 2015-01-13 23:25:10 | vstinner | create | |
|