From: Andrew M. Kuchling Date: Thu, 27 Apr 2006 12:38:35 +0000 (+0000) Subject: [Bug #1477140] Import Error base class X-Git-Tag: v2.5b1~793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=356f938f940f9abe6cf54344113d8a27e3ca4088;p=python [Bug #1477140] Import Error base class --- diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 8f0abfa1b2..a85244841b 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -340,7 +340,7 @@ objects, they are converted to \class{DateTime} objects internally, so only \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")