This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Missing import line in example
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, bruceeckel
Priority: normal Keywords:

Created on 2006-04-26 17:28 by bruceeckel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg28352 - (view) Author: Bruce Eckel (bruceeckel) Date: 2006-04-26 17:28
11.22.9 Example of Client Usage 

Should include the following import line:
from xmlrpclib import ServerProxy
msg28353 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-04-27 12:34
Logged In: YES 
user_id=11375

fixed in SVN; thanks!
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43280
2006-04-26 17:28:13bruceeckelcreate