
report at bugs
Jul 9, 2009, 3:39 PM
Post #1 of 2
(117 views)
Permalink
|
|
[issue3518] multiprocessing: BaseManager.from_address documented but doesn't exist
|
|
Casey McGinty <casey.mcginty[at]gmail.com> added the comment: I would like to open this ticket back up. Python 2.6.2 docs still reference unimplemented 'from_address' method. http://docs.python.org/library/multiprocessing.html#multiprocessing.managers.BaseManager.from_address BaseManager.__reduce__ method also calls unimplemented 'from_address' method. This looks like a bug since there is no docs or comments that indicate it is as an abstract method. ---------- nosy: +casey.mcginty[at]gmail.com _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue3518> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|