[issue3518] multiprocessing: BaseManager.from_address documented but doesn't exist

Casey McGinty report at bugs.python.org
Fri Jul 10 00:39:59 CEST 2009


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>
_______________________________________


More information about the Python-bugs-list mailing list