]> granicus.if.org Git - python/commit
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 29 Nov 2017 16:23:43 +0000 (18:23 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2017 16:23:43 +0000 (18:23 +0200)
commitcc83920ad267c992bc421987829da04d88ae816b
treef0d5468502f7c857b6f8afc412898439a257dfad
parent5d39e0429029324cae90bba2f19fb689b007c7d6
bpo-32166: Drop Python 3.4 code from asyncio (#4612)

* Drop Python 3.4 code from asyncio

* Fix notes

* Add missing imports

* Restore comment

* Resort imports

* Drop Python 3.4-3.5 specific code

* Drop redunant check

* Fix tests

* Restore _COROUTINE_TYPES order

* Remove useless code
Lib/asyncio/coroutines.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py