Graeme Cross added the comment:
I will check that the patch works with 3.2; if not, I'll redo the patch for 3.2.
I will also incorporate the review changes from Ezio and Eric.
--
___
Python tracker
<http://bugs.python.org/is
Graeme Cross added the comment:
The patch applies to tip.
--
___
Python tracker
<http://bugs.python.org/issue12768>
___
___
Python-bugs-list mailing list
Unsub
Graeme Cross added the comment:
I have added documentation for the 'n' parameter of threading.Condition.notify
as part of the overhaul of the threading module's docstrings.
Reference: #12768
--
nosy: +gjcross
___
Python
Graeme Cross added the comment:
Threading module docstrings added for all classes and public methods; mainly
used a summarised version of information from the documentation.
--
keywords: +patch
nosy: +gjcross
Added file: http://bugs.python.org/file22986/threading_docstrings.patch
Graeme Cross added the comment:
Here is a first pass at the README.vim file. Suggestions welcome from VIM
power-users!
--
nosy: +gjcross
Added file: http://bugs.python.org/file22981/README.vim
___
Python tracker
<http://bugs.python.org/issue9