10 May
2002
10 May
'02
8:19 a.m.
On Fri, 10 May 2002, Phil Harris wrote:
The other big problem of course is that xml-rpc has no notion of 'None' or any representation of it. This can cause problems where None is a valid value for a parameter.
Actually, there's an extension to XML-RPC to support "nil" types; I worked up a patch to xmlrpclib to map None to "nil", if anyone's interested. I submitted it to the xmlrpclib maintainer, but got no response... -- Brian Lalor blalor@ithacabands.org