Closed melvinkcx closed 6 years ago
Returning a datetime.date
is fully supported in Python 2. See this RPC stub which is called by this unit test with success.
Please provide more information
I still need to have a more information to help you debug this error. On my side, I can send and receive datetime.date
objects using XML-RPC protocol without any error. If you can't provide a few line of codes or an example of the issue that I can reproduce, I will close this issue.
Is there anyway to make datetime.date object serializable in Python 2 using XML? It keeps throwing a
Thanks.