[Python-checkins] r66020 - python/trunk/Doc/library/multiprocessing.rst
brett.cannon
python-checkins at python.org
Mon Aug 25 01:15:19 CEST 2008
Author: brett.cannon
Date: Mon Aug 25 01:15:19 2008
New Revision: 66020
Log:
Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API.
Modified:
python/trunk/Doc/library/multiprocessing.rst
Modified: python/trunk/Doc/library/multiprocessing.rst
==============================================================================
--- python/trunk/Doc/library/multiprocessing.rst (original)
+++ python/trunk/Doc/library/multiprocessing.rst Mon Aug 25 01:15:19 2008
@@ -321,7 +321,8 @@
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
More information about the Python-checkins
mailing list