]> granicus.if.org Git - python/commit
#1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Feb 2008 16:23:05 +0000 (16:23 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Feb 2008 16:23:05 +0000 (16:23 +0000)
commit085f75a8510000b38da641d5183a8a701c69d6d6
tree2f5583f831053dab840e4940d3ee51112d2d9d7f
parent8328bbc57dccbcbd834f822c2c9c70bd2ad199eb
#1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
Remove automatic handling of datetime.date and datetime.time.
This breaks backward compatibility, but python-dev discussion was strongly
against this automatic conversion; see the bug for a link.
Doc/library/xmlrpclib.rst
Doc/whatsnew/2.6.rst
Lib/test/test_xmlrpc.py
Lib/xmlrpclib.py