]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change xmlrpclib to use the newer httplib interface.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 14 Aug 2007 16:47:39 +0000 (16:47 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 14 Aug 2007 16:47:39 +0000 (16:47 +0000)
commit5d8a88a442f1f24b8bc3ff85ffae44d8d151b91c
tree03579807f174ab6c8e93695f2b12d3975ab5c48e
parent956e359579abf3a5fd88783ee625c2e0ca30bf60
Change xmlrpclib to use the newer httplib interface.

Note that it's hard to test xmlrpclib, because the server it attempts
to connect to doesn't seem to support the expected interfaces.  Many
of the links via xmlrpc.com are dead, so I couldn't find another
server to use for tests.
Lib/test/test_xmlrpc_net.py [new file with mode: 0644]
Lib/xmlrpclib.py