[ python-Bugs-1227181 ] CGIXMLRPCRequestHandler example uses nonexistant "div()"

SourceForge.net noreply at sourceforge.net
Fri Jun 24 20:23:01 CEST 2005


Bugs item #1227181, was opened at 2005-06-24 18:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1227181&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Danny Yoo (dyoo)
Assigned to: Nobody/Anonymous (nobody)
Summary: CGIXMLRPCRequestHandler example uses nonexistant "div()"

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1227181&group_id=5470


More information about the Python-bugs-list mailing list