On Jan 21, 2010, at 8:42 AM, Dieter Maurer wrote:
> sstei...@idc wrote at 2010-1-20 08:43 -0500:
>> I'm using the xmlrpc MultiCall class pretty heavily in an application and
>> every time I've somehow caused an error in the xmlrpclib.py code, I get an
>> exception trying to raise the exception.
sstei...@idc wrote at 2010-1-20 08:43 -0500:
>I'm using the xmlrpc MultiCall class pretty heavily in an application and
>every time I've somehow caused an error in the xmlrpclib.py code, I get an
>exception trying to raise the exception.
>
>Here's the most recent example:
>
>grouped = grouper(2,
I'm using the xmlrpc MultiCall class pretty heavily in an application and every
time I've somehow caused an error in the xmlrpclib.py code, I get an exception
trying to raise the exception.
Here's the most recent example:
grouped = grouper(2, tuple(mc_result))
File
"/Library/Frameworks/Python