Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

If it is good to drop 3.4 support in the stdlib asyncio, then there is other 
outdated code.

There is a 3.3 specific workaround in unix_events.py.

There is a 3.4 code or comments in futures.py, sslproto.py, unix_events.py. 
Maybe comments are related to optional code which can now be used 
unconditionally.

Note that not all 3.4 code is marked with "Python 3.4". It can be marked with 
"Python < 3.5".

----------

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

Reply via email to