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

STINNER Victor report at bugs.python.org
Wed Dec 17 00:45:12 CET 2014


STINNER Victor added the comment:

I'm in favor of exposing BaseEventLoop in the asyncio namespace directly (asyncio.BaseEventLoop) because I'm using it in various asyncio projects, and I don't like having to use submodules. I consider asyncio.base_events as the private API.

----------

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


More information about the Python-bugs-list mailing list