]> granicus.if.org Git - python/commit
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 25 Apr 2017 01:57:18 +0000 (10:57 +0900)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2017 01:57:18 +0000 (10:57 +0900)
commit3e2ad8ec61a322370a6fbdfb2209cf74546f5e08
tree0285efcc8b8d9b7215e4b8dbe106960187b1e628
parentf6448e5d65c349576df6e83b8324b9c208e77615
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
12 files changed:
Lib/asyncio/base_events.py
Lib/asyncio/base_subprocess.py
Lib/asyncio/compat.py
Lib/asyncio/events.py
Lib/asyncio/futures.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/tasks.py
Lib/asyncio/test_utils.py
Lib/asyncio/transports.py
Lib/asyncio/unix_events.py