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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23046>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to