[issue17375] Add docstrings to methods in the threading module

2013-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 24429118988b by Georg Brandl in branch '3.3': Closes #17375: port new threading docstrings from 2.7. http://hg.python.org/cpython/rev/24429118988b -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___

[issue17375] Add docstrings to methods in the threading module

2013-06-08 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: -eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue17375] Add docstrings to methods in the threading module

2013-05-30 Thread moijes12
moijes12 added the comment: Attached is a patch built against Python 3.3. I've taken karlcow's patch and used it for Python 3. I have run the test suite(./python -m test -j3) and the sanity check (make patchcheck) and they worked fine. -- nosy: +moijes12 Added file: http://bugs.python

[issue17375] Add docstrings to methods in the threading module

2013-03-13 Thread Eli Bendersky
Eli Bendersky added the comment: On Wed, Mar 13, 2013 at 2:52 AM, Raymond Hettinger wrote: > > Raymond Hettinger added the comment: > > > You didn't specify the contributor in the commit. > > I'm the contributor. > Oh, I see. I thought it's taken from one of the two existing patches from new co

[issue17375] Add docstrings to methods in the threading module

2013-03-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: > You didn't specify the contributor in the commit. I'm the contributor. > Also, you've only committed this to 2.7; why? I committed to 2.7 because the 2.7 docs were the source. When I get the time, I will build a 3.x version of the update. --

[issue17375] Add docstrings to methods in the threading module

2013-03-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue17375] Add docstrings to methods in the threading module

2013-03-09 Thread Eli Bendersky
Eli Bendersky added the comment: Raymond - which patch is it? You didn't specify the contributor in the commit. What about the duplicate issue #12768 where someone also worked to supply a patch? Also, you've only committed this to 2.7; why? -- ___

[issue17375] Add docstrings to methods in the threading module

2013-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset e0ef2bde35c3 by Raymond Hettinger in branch '2.7': Issue #17375: Add docstrings to the threading module. http://hg.python.org/cpython/rev/e0ef2bde35c3 -- nosy: +python-dev ___ Python tracker

[issue17375] Add docstrings to methods in the threading module

2013-03-07 Thread karl
karl added the comment: Ah bummer! :) it was already done. :) Well it seems already well commented in the review. :) Closing this one as duplicate? -- ___ Python tracker ___ __

[issue17375] Add docstrings to methods in the threading module

2013-03-07 Thread Eli Bendersky
Eli Bendersky added the comment: Duplicate of #12768? karl - feel free to review the patch submitted to that issue and offer your insights. -- nosy: +eli.bendersky ___ Python tracker _

[issue17375] Add docstrings to methods in the threading module

2013-03-07 Thread karl
karl added the comment: Here an attempt at fixing it. See issue-17375-1.patch for Python 3.3 Hope it helps. -- keywords: +patch nosy: +karlcow Added file: http://bugs.python.org/file29338/issue-17375-1.patch ___ Python tracker

[issue17375] Add docstrings to methods in the threading module

2013-03-07 Thread Raymond Hettinger
New submission from Raymond Hettinger: It should be an easy task fill-in the missing docstrings using the verbiage in the regular docs. -- assignee: docs@python components: Documentation keywords: easy messages: 183645 nosy: docs@python, rhettinger priority: normal severity: normal stat