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
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to