[docs] [issue34476] asyncio.sleep(0) not documented

Andrew Svetlov report at bugs.python.org
Sun Sep 30 03:46:33 EDT 2018


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Adding "`asyncio.sleep()` always pauses the current task and switches execution to another one" sounds totally reasonable to me (without mentioning zero `delay` special case).

Would you make a pull request?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34476>
_______________________________________


More information about the docs mailing list