New submission from Yuriy Taraday:

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.

----------
assignee: docs@python
components: Documentation
messages: 214967
nosy: docs@python, yorik.sar
priority: normal
severity: normal
status: open
title: multiprocessing.managers.BaseManager.__init__'s "serializer" argument is 
not documented
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21078>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to