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 vdupras
Recipients vdupras
Date 2008-05-27.00:09:44
SpamBayes Score 0.033072025
Marked as misclassified No
Message-id <1211846989.94.0.031553096454.issue2979@psf.upfronthosting.co.za>
In-reply-to
Content
It seems strange to me that xmlrpclib.ServerProxy has a use_datetime 
argument, but not SimpleXMLRPCServer or CGIXMLRPCRequestHandler.

I'm hereby submitting a patch to fix this.

Sorry for the shaky testing (I only really test SimpleXMLRPCDispatcher), 
but trying to test at the SimpleXMLRPCServer level using the current http_server() scheme quickly became dirty, so I backed off.
History
Date User Action Args
2008-05-27 00:09:51vduprassetspambayes_score: 0.033072 -> 0.033072025
recipients: + vdupras
2008-05-27 00:09:50vduprassetspambayes_score: 0.033072 -> 0.033072
messageid: <1211846989.94.0.031553096454.issue2979@psf.upfronthosting.co.za>
2008-05-27 00:09:47vdupraslinkissue2979 messages
2008-05-27 00:09:47vduprascreate