]> granicus.if.org Git - python/commit
Create xmlrpc package. Issue #2886.
authorGeorg Brandl <georg@python.org>
Mon, 26 May 2008 11:14:17 +0000 (11:14 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 26 May 2008 11:14:17 +0000 (11:14 +0000)
commit38eceaaf0c207709cfbb44c7a1b9715699622848
tree874f496e0fbaf8e6f3c86e86cd0c95fe51845dde
parent7f986acb0142574d30e5c5460df02fdbb00760e9
Create xmlrpc package. Issue #2886.
17 files changed:
Doc/library/docxmlrpcserver.rst [deleted file]
Doc/library/internet.rst
Doc/library/persistence.rst
Doc/library/xmlrpc.client.rst [moved from Doc/library/xmlrpclib.rst with 90% similarity]
Doc/library/xmlrpc.server.rst [moved from Doc/library/simplexmlrpcserver.rst with 67% similarity]
Doc/license.rst
Doc/tutorial/stdlib.rst
Lib/DocXMLRPCServer.py [deleted file]
Lib/test/test_anydbm.py [deleted file]
Lib/test/test_docxmlrpc.py
Lib/test/test_xmlrpc.py
Lib/test/test_xmlrpc_net.py
Lib/xmlrpc/__init__.py [new file with mode: 0644]
Lib/xmlrpc/client.py [moved from Lib/xmlrpclib.py with 97% similarity]
Lib/xmlrpc/server.py [moved from Lib/SimpleXMLRPCServer.py with 65% similarity]
Misc/NEWS
Misc/cheatsheet