[issue5152] Add a JSON-RPC module

Martin v. Löwis report at bugs.python.org
Wed Feb 4 21:21:38 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

I think this feature request is out of scope for this bug tracker. To
fulfill the request, one not only has to *add* the module, but to
*implement* it first.

Since there is no inherent need for such a module to be provided with
the standard library, somebody implementing it should well first publish
it on PyPI, build a community, have it used for some time, and then
propose it for inclusion (e.g. through this bug tracker). That's the
same route that the XML-RPC implementation took.

If nobody volunteers to implement such a module, chances are high that
it is because nobody actually needs a Python implementation of a
JSON-RPC client module.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5152>
_______________________________________


More information about the Python-bugs-list mailing list