[issue27700] Document asyncio.AbstractEventLoop, not asyncio.BaseEventLoop

Guido van Rossum report at bugs.python.org
Mon Aug 8 12:43:11 EDT 2016


Guido van Rossum added the comment:

Here's a tentative diff. I did a global replace BaseEventLoop -> AbstractEventLoop and added an entry for BaseEventLoop (just above AbstractEventLoop) explaining that it should not be used.  Please review for obvious mistakes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27700>
_______________________________________


More information about the Python-bugs-list mailing list