[issue11784] multiprocessing.Process.join: timeout argument doesn't specify time unit.

2011-07-25 Thread Charles-François Natali
Charles-François Natali added the comment: Committed to default. Patrick, thanks for the patch! -- nosy: +neologix resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: -Python 2.7 ___ Python tracker

[issue11784] multiprocessing.Process.join: timeout argument doesn't specify time unit.

2011-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d67fd820627 by Charles-François Natali in branch 'default': Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by http://hg.python.org/cpython/rev/8d67fd820627 -- nosy: +python-dev __

[issue11784] multiprocessing.Process.join: timeout argument doesn't specify time unit.

2011-07-24 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue11784] multiprocessing.Process.join: timeout argument doesn't specify time unit.

2011-06-07 Thread Petri Lehtinen
Petri Lehtinen added the comment: The patch looks good to me and applies cleanly on top of 3.3 and 2.7. -- nosy: +petri.lehtinen versions: +Python 2.7, Python 3.3 ___ Python tracker ___

[issue11784] multiprocessing.Process.join: timeout argument doesn't specify time unit.

2011-04-06 Thread Patrick Sabin
New submission from Patrick Sabin : The documentation of multiprocessing.Process.join doesn't tell the user of which time unit the timeout argument is. It seems to be seconds. -- assignee: docs@python components: Documentation files: join-timeout-doc-improvement.patch keywords: patch mes