[issue23046] asyncio.BaseEventLoop is documented, but only exported via asyncio.base_events

STINNER Victor report at bugs.python.org
Wed Dec 17 01:17:54 CET 2014


STINNER Victor added the comment:

Here is a patch to expose BaseEventLoop. It removes Server from base_events.__all__, which means that "from asyncio.base_events import *" will no import Server anymore. Can it break real applications?

----------
keywords: +patch
Added file: http://bugs.python.org/file37475/base_event_loop.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23046>
_______________________________________


More information about the Python-bugs-list mailing list