[docs] [issue22112] '_UnixSelectorEventLoop' object has no attribute 'create_task'

Guido van Rossum report at bugs.python.org
Thu Jul 31 04:47:33 CEST 2014


Guido van Rossum added the comment:

Thanks for reporting a doc bug!

The code should use asyncio.async() instead of loop.create_task().

----------

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


More information about the docs mailing list