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: CGIXMLRPCRequestHandler example uses nonexistant "div()"
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: dyoo
Priority: normal Keywords:

Created on 2005-06-24 18:23 by dyoo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg25630 - (view) Author: Danny Yoo (dyoo) Date: 2005-06-24 18:23
The example code in
http://python.org/dev/doc/devel/lib/node551.html uses a
"div" function that does not exist, and is slightly
confusing for someone who just tries to copy-and-paste
the code to see what it does.

To make the relationship between the code there and the
other SimpleXMLRPCServer code here:
http://python.org/dev/doc/devel/lib/simple-xmlrpc-servers.html,
the definition of the MyFuncs class should be identical.
msg25631 - (view) Author: Danny Yoo (dyoo) Date: 2005-06-24 20:57
Logged In: YES 
user_id=49843

oops, duplicate of SF#1041501.  Closing.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42118
2005-06-24 18:23:01dyoocreate