[issue12768] docstrings for the threading module

2011-08-27 Thread Graeme Cross
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

[issue12768] docstrings for the threading module

2011-08-21 Thread Graeme Cross
Graeme Cross added the comment: The patch applies to tip. -- ___ Python tracker <http://bugs.python.org/issue12768> ___ ___ Python-bugs-list mailing list Unsub

[issue12767] document threading.Condition.notify

2011-08-21 Thread Graeme Cross
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

[issue12768] docstrings for the threading module

2011-08-21 Thread Graeme Cross
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

[issue9893] Usefulness of the Misc/Vim/ files?

2011-08-21 Thread Graeme Cross
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