[Twisted-web] Nevow bug?

Peter Hunt floydophone at gmail.com
Wed Oct 27 19:53:18 MDT 2004


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.



More information about the Twisted-web mailing list