New submission from Eli Bendersky <eli...@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@python
components: Documentation
keywords: easy
messages: 142246
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12767>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to