[Zope-Coders] removing more Zope decoys

Toby Dickenson tdickenson@geminidataloggers.com
Wed, 20 Nov 2002 13:14:34 +0000


On Wednesday 20 November 2002 1:01 pm, Jeremy Hylton wrote:

>   JH> xmlrpclib.py is now in the Python std library, so it should go.

The Zope version of xmlrpclib is not exactly the same as the standard pyt=
hon=20
version. The differences relate to marshalling python types into xml: The=
=20
standard python version cant marshal a python 'None'. Also there are some=
=20
patches around that have special handling for some Zope classes: DateTime=
,=20
File, Image. (this patch missed the deadline for 2.6).

It would be nice if the standard xmlrpclib was flexible enough to support=
=20
this. Until then I think we need the duplication (sadly)