summaryrefslogtreecommitdiffstats
path: root/Misc/cheatsheet
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/cheatsheet')
-rw-r--r--Misc/cheatsheet3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/cheatsheet b/Misc/cheatsheet
index c959de5..ed7c98a 100644
--- a/Misc/cheatsheet
+++ b/Misc/cheatsheet
@@ -1952,7 +1952,8 @@ xdrlib Implements (a subset of) Sun XDR (eXternal Data
xmllib A parser for XML, using the derived class as static DTD.
xml.dom Classes for processing XML using the Document Object Model.
xml.sax Classes for processing XML using the SAX API.
-xmlrpclib Support for remote procedure calls using XML.
+xmlrpc.client Support for remote procedure calls using XML.
+xmlrpc.server Create XMLRPC servers.
zipfile Read & write PK zipped files.