[Zope3-dev] Making Zope3 more (newbie) developer friendly

Shane Hathaway shane at hathawaymix.org
Sun May 29 05:17:37 EDT 2005


Ivo van der Wijk wrote:
> Still, this doesn't solve the masking of errors/tracebacks by
> PageTemplates/ZCML -- I'd really like to see a fix for this.

Rally behind PEP 344, because I think it will lead to a good solution to
this problem.  If I understand PEP 344 correctly, in the PageTemplate
code we can simply catch any exception and re-raise it with more
information (such as the file and line number where the problem was
encountered.)  The traceback will show both the original exception and
the exception with context information.

http://www.python.org/peps/pep-0344.html

Shane


More information about the Zope3-dev mailing list