xmlrpclib
xmlrpclib — XML-RPC client access
Note
The xmlrpclib
module has been renamed to xmlrpc.client
in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.
New in version 2.2.
Source code: Lib/xmlrpclib.py
XML-RPC is a Remote Procedure Call method that