[New-bugs-announce] [issue33708] Doc: Asyncio's Event documentation typo.

Марк Коренберг report at bugs.python.org
Thu May 31 04:48:14 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: 318270
nosy: asvetlov, docs at python, socketpair, yselivanov
priority: normal
severity: normal
status: open
title: Doc: Asyncio's Event documentation typo.
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list