[issue2979] use_datetime in SimpleXMLRPCServer

Virgil Dupras report at bugs.python.org
Tue May 27 02:09:50 CEST 2008


New submission from Virgil Dupras <hsoft at hardcoded.net>:

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.

----------
components: Library (Lib)
files: SimpleXMLRPCServer_use_datetime.diff
keywords: patch
messages: 67400
nosy: vdupras
severity: normal
status: open
title: use_datetime in SimpleXMLRPCServer
type: feature request
versions: Python 2.6
Added file: http://bugs.python.org/file10445/SimpleXMLRPCServer_use_datetime.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2979>
__________________________________


More information about the Python-bugs-list mailing list