• Victor Stinner's avatar
    asyncio: Remove asyncio/compat.py (#4606) · 3f438a9f
    Victor Stinner yazdı
    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 ;-)
    3f438a9f
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
base_events.py Loading commit data...
base_futures.py Loading commit data...
base_subprocess.py Loading commit data...
base_tasks.py Loading commit data...
constants.py Loading commit data...
coroutines.py Loading commit data...
events.py Loading commit data...
futures.py Loading commit data...
locks.py Loading commit data...
log.py Loading commit data...
proactor_events.py Loading commit data...
protocols.py Loading commit data...
queues.py Loading commit data...
selector_events.py Loading commit data...
sslproto.py Loading commit data...
streams.py Loading commit data...
subprocess.py Loading commit data...
tasks.py Loading commit data...
test_utils.py Loading commit data...
transports.py Loading commit data...
unix_events.py Loading commit data...
windows_events.py Loading commit data...
windows_utils.py Loading commit data...