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 janonymous
Recipients berker.peksag, docs@python, georg.brandl, janonymous, tim.golden, willingc
Date 2015-06-13.06:41:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434177675.51.0.151907138721.issue24443@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/2/library/threading.html#threading.Event.set

links missing for wait and clear .
set() is linked though.

Line: "

An event object manages an internal flag that can be set to true with the set() method and reset to false with the clear() method. The wait() method blocks until the flag is true.

"
History
Date User Action Args
2015-06-13 06:41:15janonymoussetrecipients: + janonymous, georg.brandl, tim.golden, docs@python, berker.peksag, willingc
2015-06-13 06:41:15janonymoussetmessageid: <1434177675.51.0.151907138721.issue24443@psf.upfronthosting.co.za>
2015-06-13 06:41:15janonymouslinkissue24443 messages
2015-06-13 06:41:15janonymouscreate