New submission from Марк Коренберг <socketp...@gmail.com>:

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.

----------
assignee: docs@python
components: Documentation, asyncio
messages: 318268
nosy: asvetlov, docs@python, socketpair, yselivanov
priority: normal
severity: normal
status: open
title: Doc:
type: enhancement
versions: Python 3.8

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

  • [issue33707] Doc: Марк Коренберг

Reply via email to