summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJesse Noller <jnoller@gmail.com>2009-08-06 02:08:10 (GMT)
committerJesse Noller <jnoller@gmail.com>2009-08-06 02:08:10 (GMT)
commitce14c099dfc1f3f89d58e06174168b69161746e3 (patch)
tree03889a15507df7165fe06cd9bd6f92b2064e15fa /Doc
parent01c90a2c1ce8fca2802bc718874b0101b804a30d (diff)
downloadcpython-ce14c099dfc1f3f89d58e06174168b69161746e3.zip
cpython-ce14c099dfc1f3f89d58e06174168b69161746e3.tar.gz
cpython-ce14c099dfc1f3f89d58e06174168b69161746e3.tar.bz2
Merge fix for 4660 back to 26 maint
Diffstat (limited to 'Doc')
-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 a94571b..936176c 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1141,11 +1141,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