This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guillon
Recipients
Date 2004-10-02.17:40:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
xmlrpclip.ServerProxy supports an optional allow_none
and encoding 
arguments while SimpleXMLRPCServer.py doesn't.

The patch adds optional arguments to
SimpleXMLRPCDispatcher, SimpleXMLRPCServer and
CGIXMLRPCRequestHandler.

"encoding" and "allow_none" arguments are passed to
xmlrpclib.dumps calls in _marshalled_dispatch method.

History
Date User Action Args
2007-08-23 15:40:04adminlinkissue1039083 messages
2007-08-23 15:40:04admincreate