[Python-Dev] Incompatible changes to xmlrpclib

Fredrik Lundh fredrik@pythonware.com
Fri, 19 Jul 2002 11:31:56 +0200


mal wrote:

> > Any news on this one ?
>=20
> If noone objects, I'd like to restore the old interface.

the dump methods are an internal implementation details, and are
only accessed through an internal dispatcher table.  even if you
override them, the marshaller won't use your new methods.

so what exactly is your use case?

(and whatever you did to make that use case work, how do I stop
you from doing the same thing with some other internal part of the
standard library? ;-)

</F>