mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
[Bug #1477140] Import Error base class
This commit is contained in:
parent
7acb7b40ba
commit
356f938f94
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue