This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients jnoller, mark.dickinson
Date 2008-08-07.17:46:07
SpamBayes Score 0.012773889
Marked as misclassified No
Message-id <1218131168.54.0.934616092257.issue3518@psf.upfronthosting.co.za>
In-reply-to
Content
The BaseManager.from_address method is documented at:

http://docs.python.org/dev/library/multiprocessing.html#multiprocessing.ma
nagers.BaseManager.from_address

but it looks as though this method doesn't actually exist.  In contrast, 
the BaseManager.connect method appears to be necessary for making remote 
connections, but is not documented.
History
Date User Action Args
2008-08-07 17:46:08mark.dickinsonsetrecipients: + mark.dickinson, jnoller
2008-08-07 17:46:08mark.dickinsonsetmessageid: <1218131168.54.0.934616092257.issue3518@psf.upfronthosting.co.za>
2008-08-07 17:46:07mark.dickinsonlinkissue3518 messages
2008-08-07 17:46:07mark.dickinsoncreate