[New-bugs-announce] [issue33707] Doc:

Марк Коренберг report at bugs.python.org
Thu May 31 04:46:40 EDT 2018


New submission from Марк Коренберг <socketpair at 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 at python
components: Documentation, asyncio
messages: 318268
nosy: asvetlov, docs at python, socketpair, yselivanov
priority: normal
severity: normal
status: open
title: Doc:
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33707>
_______________________________________


More information about the New-bugs-announce mailing list