From 38eceaaf0c207709cfbb44c7a1b9715699622848 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 26 May 2008 11:14:17 +0000 Subject: Create xmlrpc package. Issue #2886. --- Doc/tutorial/stdlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/tutorial/stdlib.rst') diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 725817cbf0..66e73a915c 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst @@ -294,7 +294,7 @@ Batteries Included Python has a "batteries included" philosophy. This is best seen through the sophisticated and robust capabilities of its larger packages. For example: -* The :mod:`xmlrpclib` and :mod:`SimpleXMLRPCServer` modules make implementing +* The :mod:`xmlrpc.client` and :mod:`xmlrpc.server` modules make implementing remote procedure calls into an almost trivial task. Despite the modules names, no direct knowledge or handling of XML is needed. -- cgit v1.2.1