Re: [XML-SIG] Something's definitely wrong...

2010-01-21 Thread sstei...@idc
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.

Re: [XML-SIG] Something's definitely wrong...

2010-01-21 Thread Dieter Maurer
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,

[XML-SIG] Something's definitely wrong...

2010-01-20 Thread ssteiner
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