John Posner a écrit :
> On 2/17/2010 2:44 PM, Bruno Desthuilliers wrote:
>> 
> Very nice writeup, Bruno -- thanks!

<blush />

> <snip>
> 
>>
>>
>>      def __call__(self, *args, **kw):
>>          # XXX : all sanity checks removed for readability
>>          if self.im_self:
>>              args = (self.im_func,) + args
> 
> In the line above, I think you meant:
> 
>                args = (self.im_self,) + args

oops :?

Yes, indeed. Thanks for the correction.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to