[stdlib-sig] reorganizing xmlrpc and adding json/jsonrpc

Brett Cannon brett at python.org
Sat Mar 29 16:18:35 CET 2008


On Sat, Mar 29, 2008 at 3:02 PM, Ronny Pfannschmidt
<Ronny.Pfannschmidt at gmx.de> wrote:
> hi,
>
>  I propose adding a json lib in combination with a reorganisation of xmlrpc in order to support jsonrpc either by choice of the programmer or content-type neogation.
>
>  This mostly requires a json lib that's able to marshal jsonrpc requests/responses sharing the api of the xmlrpclib and some simple content-type choice in the rpcserver.

Adding a JSON library is already under discussion on the web SIG. I
would go read their archives and join the discussion there.

As for any merging with xmlrpc, that's fine, but it must be done in a
backwards-compatible way.

-Brett


More information about the stdlib-sig mailing list