[Python-Dev] Incompatible changes to xmlrpclib

M.-A. Lemburg mal@lemburg.com
Thu, 04 Jul 2002 11:05:54 +0200


I noticed yesterday that the xmlrcplib.py version in CVS
is incompatible with the version in Python 2.2: all the
.dump_XXX() interfaces changed and now include a third
argument.

Since the Marshaller can be subclassed, this breaks all
existing application space subclasses extending or changing
the default xmlrpclib behaviour.

I'd opt for moving back to the previous style of calling the
write method via self.write.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
_______________________________________________________________________
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,...
Python Consulting:                               http://www.egenix.com/
Python Software:                    http://www.egenix.com/files/python/