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

Guido van Rossum report at bugs.python.org
Wed Dec 17 00:51:31 CET 2014


Guido van Rossum added the comment:

OK, fine to expose the BaseEventLoop class.

On Tue, Dec 16, 2014 at 3:45 PM, STINNER Victor <report at bugs.python.org>
wrote:
>
>
> 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>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list