Ticket #3219 enhancement closed fixed
Support for use_datetime in twisted.web.xmlrpc
| Reported by: | chadmaine | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | xmlrpc datetime |
| Cc: | khorn | Branch: | branches/xmlrpc-datetime-3219 |
| Author: | chadmaine, exarkun | Launchpad Bug: |
Description
Python's xmlrpclib.loads will convert xmlrpclib.DateTime objects to datetime.datetime objects when the use_datetime arg is set to True.
I've attached a simple diff that provides this functionality for twisted.web.xmlrpc.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

