summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorJesse Noller <jnoller@gmail.com>2009-08-06 02:05:56 (GMT)
committerJesse Noller <jnoller@gmail.com>2009-08-06 02:05:56 (GMT)
commit8497efeb4064be366a76e50a8650ed4b6dd3fd01 (patch)
tree570fa25975a876863aac029763288b4b7eef61ec /Doc/library/multiprocessing.rst
parent175e0bf8ca4934fd4f360cc403e209b671a162a9 (diff)
downloadcpython-8497efeb4064be366a76e50a8650ed4b6dd3fd01.zip
cpython-8497efeb4064be366a76e50a8650ed4b6dd3fd01.tar.gz
cpython-8497efeb4064be366a76e50a8650ed4b6dd3fd01.tar.bz2
Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r--Doc/library/multiprocessing.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 9e53aa5..66c73a1 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1153,11 +1153,6 @@ their parent process exits. The manager classes are defined in the
Run the server in the current process.
- .. method:: from_address(address, authkey)
-
- A class method which creates a manager object referring to a pre-existing
- server process which is using the given address and authentication key.
-
.. method:: get_server()
Returns a :class:`Server` object which represents the actual server under