On Fri, Feb 01, 2002 at 11:52:40AM +0000, Júlio Dinis Silva wrote: > return self.profiler_call_original(*args, **kw) > ^ > SyntaxError: invalid syntax > > Any hints on a workaround to python 1.5.2? Rewrite this to use apply(). Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.