SIGN IN SIGN UP

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 ;-)
V
Victor Stinner committed
3f438a9fa0aab5a598b4c94bbc24f9d0a23d012e
Parent: a10dc3e
Committed by GitHub <noreply@github.com> on 11/28/2017, 1:43:52 PM