[Patches] [ python-Patches-449973 ] Useful call method on base class.

noreply@sourceforge.net noreply@sourceforge.net
Thu, 18 Oct 2001 11:38:28 -0700


Patches item #449973, was opened at 2001-08-10 18:14
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=449973&group_id=5470

Category: XML
Group: None
Status: Open
Resolution: None
>Priority: 3
Submitted By: Paul Prescod (prescod)
Assigned to: Fredrik Lundh (effbot)
Summary: Useful call method on base class.

Initial Comment:
Most XML-RPC servers out there use a call method that 
dispatches XML-RPC method names to Python methods 
automatically. Because this behaviour is so common, I 
think it should be default behaviour. There will be a 
few cases where this behaviour is NOT appropriate but 
neither is the current behaviour. i.e. I am trying to 
reduce the necessity to subclass call, not completely 
remove it.

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

>Comment By: Fredrik Lundh (effbot)
Date: 2001-10-18 11:38

Message:
Logged In: YES 
user_id=38376

The xmlrpcserver module is deprecated (and will probably
be removed in 2.2 final).  Use SimpleXMLRPCServer instead.

</F>

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

Comment By: Martin v. Löwis (loewis)
Date: 2001-09-19 12:01

Message:
Logged In: YES 
user_id=21627

Why is it desirable to pass the method name as the first 
argument? Why are the other arguments not passed as *args?



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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=449973&group_id=5470