Hello,
I ran in the same problem again. Many others have the same problem. Just
Google for this: "SimpleXMLRPCSe rver allow_none site:python.org ".
Looks like the 'allow_none' patch was commited to trunk on 2005 Dec (
http://mail.python.org/pipermail/pyt...er/048289.html )
I just upgraded to Python 2.4.3 (it was released on March 29, 2006) and
SimpleXMLRPCSer ver.py still has the old code.
I can work around this by coping the whole file into a new file and
patch it, but I hate to do that.
I wonder why it has not been commited to the standard library yet. Does
anyone know if it will be in the next bugfix release?
Thanks,
Laszlo
Comment