[Python-Dev] Comparing date+time w/ just time

skip@pobox.com skip at pobox.com
Sat Oct 22 23:28:00 CEST 2005


Based on feedback from Jim and Fred, I took out date and time object
marshalling and comparison.  (Actually, you can still compare an
xmlrpclib.DateTime object with a datetime.date object, because DateTime
objects can be compared with anything that has a timetuple method.)  There's
a patch at

    http://python.org/sf/1330538

I went ahead and assigned it to Fred since he's worked with that code fairly
recently.

Skip


More information about the Python-Dev mailing list