Ticket #726 (enhancement)
Opened 1 year ago
Last modified 4 months ago
Support Zope/EvalException conventions in default traceback output
Status: assigned
| Reported by: | Christopher Lenz <cmlenz@gmx.de> | Assigned to: | fumanchu (accepted) |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy code | Keywords: | |
| Cc: |
As documented here:
http://pythonpaste.org/class-paste.exceptions.collector.ExceptionCollector.html
For example, Genshi makes extensive use of __traceback_hide__ to get rid of frames in tracebacks that are not helpful to a developer trying to fix an error in a template.
Change History
09/04/07 16:01:21: Modified by Christopher Lenz <cmlenz@gmx.de>
04/26/08 19:59:16: Modified by fumanchu
- owner changed from rdelon to fumanchu.
- status changed from new to assigned.
Why not just promote the use of EvalException? instead? These sound like a lot of work to incorporate.


Here's a link to the corresponding code in Trac that's responsible for filtering tracebacks based on __traceback_hide__: