[Python-checkins] r45753 - python/trunk/Doc/lib/libxmlrpclib.tex

andrew.kuchling python-checkins at python.org
Thu Apr 27 14:38:36 CEST 2006


Author: andrew.kuchling
Date: Thu Apr 27 14:38:35 2006
New Revision: 45753

Modified:
   python/trunk/Doc/lib/libxmlrpclib.tex
Log:
[Bug #1477140] Import Error base class

Modified: python/trunk/Doc/lib/libxmlrpclib.tex
==============================================================================
--- python/trunk/Doc/lib/libxmlrpclib.tex	(original)
+++ python/trunk/Doc/lib/libxmlrpclib.tex	Thu Apr 27 14:38:35 2006
@@ -340,7 +340,7 @@
 
 \begin{verbatim}
 # simple test program (from the XML-RPC specification)
-from xmlrpclib import ServerProxy
+from xmlrpclib import ServerProxy, Error
 
 # server = ServerProxy("http://localhost:8000") # local server
 server = ServerProxy("http://betty.userland.com")


More information about the Python-checkins mailing list