[issue5152] Add a JSON-RPC module

2009-02-05 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue5152] Add a JSON-RPC module

2009-02-05 Thread Martin v. Löwis
Martin v. Löwis added the comment: > This is a reminder to me to submit a patch. Is it really necessary to use the public bug tracker for that? All other committers, as well as users, will see your reminder, and get bothered by this (non-)issue. ___ Python t

[issue5152] Add a JSON-RPC module

2009-02-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: This is a reminder to me to submit a patch. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue5152] Add a JSON-RPC module

2009-02-04 Thread Martin v. Löwis
Martin v. Löwis 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 i

[issue5152] Add a JSON-RPC module

2009-02-04 Thread Raymond Hettinger
New submission from Raymond Hettinger : Add a JSON analogue to xmlrpclib. See: http://en.wikipedia.org/wiki/JSON-RPC In some ways, it is much nicer than its XML cousin with bi-directional communication, faster/simpler parsing, and ability to use TCP/IP directly (not requiring HTTP transport).