]> granicus.if.org Git - python/commit
asyncio: Remove asyncio/compat.py (#4606)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 28 Nov 2017 13:43:52 +0000 (14:43 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2017 13:43:52 +0000 (14:43 +0100)
commit3f438a9fa0aab5a598b4c94bbc24f9d0a23d012e
treea56013ffbf9cd0c3371f3c73e35bd966b6def7f0
parenta10dc3efcbba8aa7cc7d1a017f8b22fc4fa8e87c
asyncio: Remove asyncio/compat.py (#4606)

The asyncio/compat.py file was written to support Python < 3.5 and
Python < 3.5.2. But Python 3.5 doesn't accept bugfixes anymore, only
security fixes. There is no more need to backport bugfixes to Python
3.5, and so no need to have a single code base for Python 3.5, 3.6
and 3.7.

Say hello (again) to "async" and "await", who became real keywords in
Python 3.7 ;-)
Lib/asyncio/compat.py [deleted file]
Lib/asyncio/coroutines.py
Lib/asyncio/futures.py
Lib/asyncio/locks.py
Lib/asyncio/queues.py
Lib/asyncio/streams.py
Lib/asyncio/tasks.py