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 cmcginty
Recipients cmcginty, jnoller, mark.dickinson, mrts
Date 2009-07-09.22:39:58
SpamBayes Score 3.0363444e-06
Marked as misclassified No
Message-id <1247179199.75.0.706232263805.issue3518@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-09 22:40:00cmcgintysetrecipients: + cmcginty, mark.dickinson, jnoller, mrts
2009-07-09 22:39:59cmcgintysetmessageid: <1247179199.75.0.706232263805.issue3518@psf.upfronthosting.co.za>
2009-07-09 22:39:58cmcgintylinkissue3518 messages
2009-07-09 22:39:58cmcgintycreate