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

SourceForge.net noreply at sourceforge.net
Fri Jun 24 22:57:32 CEST 2005


Bugs item #1227181, was opened at 2005-06-24 18:23
Message generated for change (Comment added) made by dyoo
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: Closed
>Resolution: Duplicate
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.

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

>Comment By: Danny Yoo (dyoo)
Date: 2005-06-24 20:57

Message:
Logged In: YES 
user_id=49843

oops, duplicate of SF#1041501.  Closing.

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

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