[Python-Dev] xmlrpclib speed boost

Fredrik Lundh fredrik@pythonware.com
Mon, 1 Oct 2001 22:01:31 +0200


skip wrote:

> This change may be deemed not to be the correct fix as far backwards
> compatibility is concerned (it uses the "from m import x as y" feature which
> was new with 2.0 I think).  If someone alters this fix, please don't put the
> import back into the functions that call cgi.escape.

you forgot to remove the comment at the top of the file that says
it works with 1.5.2 and later.

I've restored backwards compatibility, and tweaked the marshaller
a little bit more.  the new code is about 80% faster than 1.0b3 on
my machine.  ymmv, as usual.

</F>