STINNER Victor added the comment:

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?

----------
keywords: +patch
Added file: http://bugs.python.org/file37475/base_event_loop.patch

_______________________________________
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