[issue21962] No timeout for asyncio.Event.wait() or asyncio.Condition.wait() ?

STINNER Victor report at bugs.python.org
Fri Jan 30 00:38:27 CET 2015


STINNER Victor added the comment:

Ok, I made a minimal change to the asyncio documentation to suggest the usage of wait_for(). If you would like to enhance the documentation (ex: add some examples), please write a patch.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list