Closed GoogleCodeExporter closed 9 years ago
What python version are you using?. I assumed (wrongly, it seems) that this
construction was allowed for newer versions of python. I've changed it to:
def _debug(self, level, *args):
if level <= self.verbose_level:
kwargs = dict(outfd=self.debugfd)
debug(*args, **kwargs)
For now on test always the trunk version of spynner.
And thanks for all your reports!
Original comment by tokland
on 26 Jul 2009 at 1:15
Original issue reported on code.google.com by
shula.am...@gmx.com
on 26 Jul 2009 at 9:38