STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22560>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to