Kaydet (Commit) 971f1021 authored tarafından Brett Cannon's avatar Brett Cannon

Clarify that some attributes/methods are listed somewhat separately because they…

Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API.
üst 901e4715
...@@ -321,7 +321,8 @@ The :mod:`multiprocessing` package mostly replicates the API of the ...@@ -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 Otherwise a daemonic process would leave its children orphaned if it gets
terminated when its parent process exits. 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 .. attribute:: pid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment