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 beazley
Recipients beazley, georg.brandl
Date 2008-12-18.19:09:55
SpamBayes Score 0.00736314
Marked as misclassified No
Message-id <1229627398.43.0.465661733522.issue4694@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for "Proxy Objects" in the multiprocessing module 
describes a method "_call_method" and gives various examples.   The only 
problem is that the method is actually called "_callmethod" (i.e., no 
underscore between "call" and "method").
History
Date User Action Args
2008-12-18 19:09:58beazleysetrecipients: + beazley, georg.brandl
2008-12-18 19:09:58beazleysetmessageid: <1229627398.43.0.465661733522.issue4694@psf.upfronthosting.co.za>
2008-12-18 19:09:56beazleylinkissue4694 messages
2008-12-18 19:09:56beazleycreate