]> granicus.if.org Git - python/commit
Fix the unit tests by adding dispatch tables for DateTime and Binary.
authorGuido van Rossum <guido@python.org>
Fri, 21 Apr 2006 13:45:00 +0000 (13:45 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Apr 2006 13:45:00 +0000 (13:45 +0000)
commite4dea98e5aed37b71625cd76988433f5f8bee379
treee89a2f56bf9093a0ca2165c8e2c5e8039148cba9
parentd8073285ffd92eefee1546d2bbe7156eb957e5d7
Fix the unit tests by adding dispatch tables for DateTime and Binary.
I'm not convinced this is the right thing to do...  InstanceType makes no sense any longer.
Lib/xmlrpclib.py