Charles-François Natali <neolo...@free.fr> added the comment:

> So I'm changing my mind and saying it seems desireable to return True if the 
> wait succeeded before the timeout's end, even though the flag may have been 
> reset in the meantime.

Agreed. What matters is that the event has been signaled, not that
it's currently signaled.

----------
title: Event.wait sometimes returns False even when no timeout has occurred -> 
Documentation for Event.wait return value is either wrong or incomplete

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13502>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to