]> granicus.if.org Git - python/commit
asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Jan 2014 21:22:18 +0000 (22:22 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Jan 2014 21:22:18 +0000 (22:22 +0100)
commit128ee220e21bd4e7eb152396ff24d879f38c5d91
treecc445b03c4b76fdec0bab5bb1374826356f7a951
parentce8d153b0245d324735cdb72e4267f1dd9e52e1e
asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor
BaseProactorEventLoop

Import them from submodules if you really need them.
Lib/asyncio/__init__.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py