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 <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