From 971f10210ef593cd620af6c2178ed8265fb86946 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 24 Aug 2008 23:15:19 +0000 Subject: Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API. --- Doc/library/multiprocessing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index ea04d4d..f973715 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -321,7 +321,8 @@ The :mod:`multiprocessing` package mostly replicates the API of the Otherwise a daemonic process would leave its children orphaned if it gets terminated when its parent process exits. - In addition process objects also support the following methods: + In addition to the :class:`Threading.Thread` API, :class:`Process` objects + also support the following attributes and methods: .. attribute:: pid -- cgit v0.12