Another detail I should mention is that the JSON-RPC client can't seem to 
serialize datetime values, which is why I wrap them in str() in the test.py 
file. The server can serialize them, and the client can deserialize them (as 
strings), but the client cannot send a datetime to the server.

Reply via email to