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 socketpair
Recipients asvetlov, docs@python, socketpair, yselivanov
Date 2018-05-31.08:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527756494.64.0.682650639539.issue33708@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event :

Class implementing event objects. An event manages a 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. The flag is initially false.

this link points to wrong place.
History
Date User Action Args
2018-05-31 08:48:14socketpairsetrecipients: + socketpair, asvetlov, docs@python, yselivanov
2018-05-31 08:48:14socketpairsetmessageid: <1527756494.64.0.682650639539.issue33708@psf.upfronthosting.co.za>
2018-05-31 08:48:14socketpairlinkissue33708 messages
2018-05-31 08:48:14socketpaircreate