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-17.00:17:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418775474.65.0.0212569640767.issue23046@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to expose BaseEventLoop. It removes Server from base_events.__all__, which means that "from asyncio.base_events import *" will no import Server anymore. Can it break real applications?
History
Date User Action Args
2014-12-17 00:17:54vstinnersetrecipients: + vstinner, gvanrossum, martin.panter, yselivanov
2014-12-17 00:17:54vstinnersetmessageid: <1418775474.65.0.0212569640767.issue23046@psf.upfronthosting.co.za>
2014-12-17 00:17:54vstinnerlinkissue23046 messages
2014-12-17 00:17:54vstinnercreate