[Zope] standard_error_message in Python Product

Chris Withers chrisw@nipltd.com
Wed, 27 Nov 2002 14:05:55 +0000


Thomas Guettler wrote:
> Yes, you are right. It is not the same. But I tried the following,
> too:
> 
> def standard_error_message(self, *args, **kwargs)
> 
> which didn't work. But it is not very important, i was just
> curious. Nevertheless thank you for your suggestion.

There's a thing in Zope (I think called 'mapply') that snfifs the signature adn 
tries to provide he right parameters.

it's sniffing fails with the above declaration.

cheers,

Chris