[issue32166] Drop python 3.4 code from asyncio.coroutines

Serhiy Storchaka report at bugs.python.org
Wed Nov 29 05:28:47 EST 2017


Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32166>
_______________________________________


More information about the Python-bugs-list mailing list