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 vstinner
Recipients gvanrossum, martin.panter, vstinner, yselivanov
Date 2014-12-16.23:45:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418773512.19.0.835345974183.issue23046@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-12-16 23:45:12vstinnersetrecipients: + vstinner, gvanrossum, martin.panter, yselivanov
2014-12-16 23:45:12vstinnersetmessageid: <1418773512.19.0.835345974183.issue23046@psf.upfronthosting.co.za>
2014-12-16 23:45:12vstinnerlinkissue23046 messages
2014-12-16 23:45:12vstinnercreate