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 yorik.sar
Recipients docs@python, yorik.sar
Date 2014-03-27.16:49:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395938991.3.0.211293361393.issue21078@psf.upfronthosting.co.za>
In-reply-to
Content
We're going to use BaseManager for simple secure local RPC and for the "secure" part we can't use pickle, so we have to use "serializer" argument to switch to xmlrpclib.

We need to be sure that argument won't go away so we need it to be documented and supported on future versions.
History
Date User Action Args
2014-03-27 16:49:51yorik.sarsetrecipients: + yorik.sar, docs@python
2014-03-27 16:49:51yorik.sarsetmessageid: <1395938991.3.0.211293361393.issue21078@psf.upfronthosting.co.za>
2014-03-27 16:49:51yorik.sarlinkissue21078 messages
2014-03-27 16:49:51yorik.sarcreate