summaryrefslogtreecommitdiff
path: root/devdocs/python~3.12/library%2Fxmlrpc.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/python~3.12/library%2Fxmlrpc.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/python~3.12/library%2Fxmlrpc.html')
-rw-r--r--devdocs/python~3.12/library%2Fxmlrpc.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/python~3.12/library%2Fxmlrpc.html b/devdocs/python~3.12/library%2Fxmlrpc.html
deleted file mode 100644
index 9adeb09e..00000000
--- a/devdocs/python~3.12/library%2Fxmlrpc.html
+++ /dev/null
@@ -1,6 +0,0 @@
- <h1>xmlrpc — XMLRPC server and client modules</h1> <p>XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is named by a URI) and get back structured data.</p> <p><code>xmlrpc</code> is a package that collects server and client modules implementing XML-RPC. The modules are:</p> <ul class="simple"> <li><a class="reference internal" href="xmlrpc.client#module-xmlrpc.client" title="xmlrpc.client: XML-RPC client access."><code>xmlrpc.client</code></a></li> <li><a class="reference internal" href="xmlrpc.server#module-xmlrpc.server" title="xmlrpc.server: Basic XML-RPC server implementations."><code>xmlrpc.server</code></a></li> </ul> <div class="_attribution">
- <p class="_attribution-p">
- &copy; 2001&ndash;2023 Python Software Foundation<br>Licensed under the PSF License.<br>
- <a href="https://docs.python.org/3.12/library/xmlrpc.html" class="_attribution-link">https://docs.python.org/3.12/library/xmlrpc.html</a>
- </p>
-</div>