This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients gvanrossum, martin.panter, vstinner, yselivanov
Date 2014-12-13.07:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418454792.43.0.104807870648.issue23046@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-12-13 07:13:12martin.pantersetrecipients: + martin.panter, gvanrossum, vstinner, yselivanov
2014-12-13 07:13:12martin.pantersetmessageid: <1418454792.43.0.104807870648.issue23046@psf.upfronthosting.co.za>
2014-12-13 07:13:12martin.panterlinkissue23046 messages
2014-12-13 07:13:12martin.pantercreate