This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011年04月06日 15:14 by pyfex, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| join-timeout-doc-improvement.patch | pyfex, 2011年04月06日 15:14 | mention, that the timeout argument should be given in seconds. | review | |
| Messages (4) | |||
|---|---|---|---|
| msg133142 - (view) | Author: Patrick Sabin (pyfex) | Date: 2011年04月06日 15:14 | |
The documentation of multiprocessing.Process.join doesn't tell the user of which time unit the timeout argument is. It seems to be seconds. |
|||
| msg137822 - (view) | Author: Petri Lehtinen (petri.lehtinen) * (Python committer) | Date: 2011年06月07日 13:16 | |
The patch looks good to me and applies cleanly on top of 3.3 and 2.7. |
|||
| msg141099 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年07月25日 16:36 | |
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 |
|||
| msg141100 - (view) | Author: Charles-François Natali (neologix) * (Python committer) | Date: 2011年07月25日 16:38 | |
Committed to default. Patrick, thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:15 | admin | set | github: 55993 |
| 2011年07月25日 16:38:15 | neologix | set | status: open -> closed versions: - Python 2.7 nosy: + neologix messages: + msg141100 resolution: fixed stage: patch review -> resolved |
| 2011年07月25日 16:36:15 | python-dev | set | nosy:
+ python-dev messages: + msg141099 |
| 2011年07月24日 17:54:36 | petri.lehtinen | set | stage: patch review |
| 2011年06月07日 13:16:11 | petri.lehtinen | set | nosy:
+ petri.lehtinen messages: + msg137822 versions: + Python 2.7, Python 3.3 |
| 2011年04月06日 15:14:51 | pyfex | create | |