This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients docs@python, neologix, pitrou, r.david.murray, tim.peters
Date 2011-11-30.07:44:30
SpamBayes Score 2.6241532e-05
Marked as misclassified No
Message-id <CAH_1eM3GhXAMbwD+__3ojjdXF5yMVf54QwyD3BjkS5j4t59vug@mail.gmail.com>
In-reply-to <1322600154.01.0.466604364798.issue13502@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2011-11-30 07:44:31neologixsetrecipients: + neologix, tim.peters, pitrou, r.david.murray, docs@python
2011-11-30 07:44:31neologixlinkissue13502 messages
2011-11-30 07:44:30neologixcreate