[New-bugs-announce] [issue12767] document threading.Condition.notify

Eli Bendersky report at bugs.python.org
Wed Aug 17 04:37:09 CEST 2011


New submission from Eli Bendersky <eliben at gmail.com>:

User report (Jiachang Xu) from the docs mailing list:

The theading.Condition.notify method has a parameter - n, which isn't documented in the the documentation of the threading module.

1. The parameter should be documented
2. notify() is mentioned multiple times in the docs of threading - perhaps the parameter should be mentioned in more than one place as well
3. The parameter should also be documented in the doc-string of notify in Lib/theading.py - however, this may be a separate issue since currently none of the methods of Condition has docstrings.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 142246
nosy: docs at python, eli.bendersky
priority: normal
severity: normal
stage: needs patch
status: open
title: document threading.Condition.notify
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list