
nevow.stan.Comment.__call__ has the following line: return NotImplementedError('comments are not callable') Shouldn't it be: raise NotImplementedError('comments are not callable') This was a tough bug to track down.

On Wed, 2004-10-27 at 21:53 -0400, Peter Hunt wrote:
nevow.stan.Comment.__call__ has the following line:
return NotImplementedError('comments are not callable')
Shouldn't it be:
raise NotImplementedError('comments are not callable')
Fixed in svn. Thanks for the report. Just one small request ... next time could you add the issue to the Nevow tracker (http://divmod.org/users/roundup.twistd/nevow/). Posting the URL of the issue to the mailing list is probably useful too, just to let people know. Thanks. Cheers, Matt -- Matt Goodall, Pollenation Internet Ltd w: http://www.pollenation.net e: matt@pollenation.net t: +44 (0)113 2252500
participants (2)
-
Matt Goodall
-
Peter Hunt