[New-bugs-announce] [issue24443] Link for clear and wait missing in EventObjects

Jaivish Kothari report at bugs.python.org
Sat Jun 13 08:41:15 CEST 2015


New submission from Jaivish Kothari:

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.

"

----------
assignee: docs at python
components: Documentation
files: Fix_link.patch
keywords: patch
messages: 245294
nosy: berker.peksag, docs at python, georg.brandl, janonymous, janonymous, tim.golden, willingc
priority: normal
severity: normal
status: open
title: Link for clear and wait missing in EventObjects
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file39702/Fix_link.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24443>
_______________________________________


More information about the New-bugs-announce mailing list