[Python-Dev] Leading with XML-RPC
Skip Montanaro
skip@pobox.com (Skip Montanaro)
Tue, 10 Jul 2001 12:52:27 -0500
Eric> Therefore the concrete proposal: we should make XML-RPC support in
Eric> the Python standard library a goal for 2.2. I'd like to see votes
Eric> and/or a BDFL pronouncement on this goal.
+1 from me. I use a slightly doctored version of /F's 0.9.8 version of
xmlrpclib (current version is, I think, 0.9.9). Perhaps inclusion in the
Python core would be a good reason to bump the version number to 1.0.
The only potential problem I see is that nagging "gotta be ASCII for
interoperability" bug up Dave W's butt. It flies in the face of attempts to
make Python more Unicode-friendly.
Skip