diff options
author | Jesse Noller <jnoller@gmail.com> | 2009-08-06 02:08:10 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2009-08-06 02:08:10 (GMT) |
commit | ce14c099dfc1f3f89d58e06174168b69161746e3 (patch) | |
tree | 03889a15507df7165fe06cd9bd6f92b2064e15fa /Doc | |
parent | 01c90a2c1ce8fca2802bc718874b0101b804a30d (diff) | |
download | cpython-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.rst | 5 |
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 |