[issue22560] Add loop-agnostic SSL implementation to asyncio

Guido van Rossum report at bugs.python.org
Mon Oct 6 04:13:24 CEST 2014


Guido van Rossum added the comment:

This is awesome news!

Since this is 3.5 only, I guess this means the end of my attempts to keep the asyncio source code identical in the Tulip repo (from which I occasionally create builds that work with Python 3.3) and in the 3.4 and 3.5 branches.  I guess that's okay, people should be switching to 3.5 anyway.  I'm not sure what approach to follow to keep the branches at least somewhat in sync -- perhaps tulip and 3.4 can still be kept identical, with changes merged from 3.4 into 3.5 (default) but 3.5 differing in some places?  Or perhaps the code can be kept identical with the exception of the sslproto.py file, and conditional import of the latter?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22560>
_______________________________________


More information about the Python-bugs-list mailing list