[New-bugs-announce] [issue23046] asyncio.BaseEventLoop is documented, but only exported via asyncio.base_events

Martin Panter report at bugs.python.org
Sat Dec 13 08:13:12 CET 2014


New submission from Martin Panter:

The documentation mentions BaseEventLoop as an attribute of the “asyncio” module, but it is not actually there (at least in v3.4.2). I have to import it specially from “asyncio.base_events”. Is this an oversight in the documentation, or am I relying on undocumented internals? I find the BaseEventLoop class is somewhat helpful for implementing my own event loops.

----------
components: asyncio
messages: 232598
nosy: gvanrossum, haypo, vadmium, yselivanov
priority: normal
severity: normal
status: open
title: asyncio.BaseEventLoop is documented, but only exported via asyncio.base_events
versions: Python 3.4

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


More information about the New-bugs-announce mailing list