Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Ticket #726 (enhancement)

Opened 11 months ago

Last modified 3 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>

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

http://trac.edgewall.org/browser/trunk/trac/web/main.py?rev=5927#L423

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.

Hosted by WebFaction

Log in as guest/cpguest to create tickets