cpython: f91650739061 (original) (raw)

Mercurial > cpython

changeset 104085:f91650739061

Issue #10673: Merge from 3.6 [#10673]

Berker Peksag berker.peksag@gmail.com
date Mon, 26 Sep 2016 23:23:01 +0300
parents a944b08d1ac7(current diff)0414ce8a3b5c(diff)
children ac24e5c2fd3e
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-)[+] [-] Doc/library/multiprocessing.rst 3

line wrap: on

line diff

--- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -496,6 +496,9 @@ The :mod:multiprocessing package mostl If the optional argument timeout is None (the default), the method blocks until the process whose :meth:join method is called terminates. If timeout is a positive number, it blocks at most timeout seconds.

A process can be joined many times.