[issue10673] multiprocess.Process join method - timeout indistinguishable from success

2016-09-11 Thread Tom Clark
Tom Clark added the comment: This patch is intended to document the behaviour of join(). (Originally submitted to #28094) -- Added file: http://bugs.python.org/file44586/multiprocessing.patch ___ Python tracker <rep...@bugs.python.org>

[issue28094] Document behaviour of Process.join() in multiprocessing

2016-09-11 Thread Tom Clark
Tom Clark added the comment: I thought that, since Issue <10673> refers to the library rather than the docs, it was better to create a seperate documentation issue. In other words, I probably overthought it. -- ___ Python tracke

[issue10673] multiprocess.Process join method - timeout indistinguishable from success

2016-09-11 Thread Tom Clark
Tom Clark added the comment: I've submitted a documentation patch with #28094. -- nosy: +tclark ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue28094] Document behaviour of Process.join() in multiprocessing

2016-09-11 Thread Tom Clark
New submission from Tom Clark: #10673 indicated that the issue should be resolved by clarifying the documentation. The proposed patch is intended to do this. -- assignee: docs@python components: Documentation files: multiprocessing.patch keywords: patch messages: 275943 nosy: docs