New submission from R. David Murray <rdmur...@bitdance.com>: The 'Using a remote manager' section of the multiprocessing docs has an example of calling the (documented) 'from_address' class method of BaseManager. However, no such method appears to exist. I don't know if this is a doc bug or a code bug. The __reduce__ method of BaseManager calls type(self).from_address, and that and a similar pickle-related call in sharedctypes are the only places it is mentioned in the module. It is not mentioned in the test suite.
In any case, the example does not work as written, and there appear to be multiple errors in the "another client" (the read client) example. I haven't played with the "local client" example at all. ---------- assignee: georg.brandl components: Documentation, Library (Lib) messages: 86715 nosy: georg.brandl, jnoller, r.david.murray priority: normal severity: normal stage: needs patch status: open title: multiprocessing 'using a remote manager' example errors and possible 'from_address' code leftover type: behavior versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5862> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com