[Zope-Checkins] CVS: Zope3/lib/python/Zope/Exceptions - ExceptionFormatter.py:1.1.2.6
Casey Duncan
casey@zope.com
Wed, 3 Apr 2002 15:44:12 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Exceptions
In directory cvs.zope.org:/tmp/cvs-serv365/lib/python/Zope/Exceptions
Modified Files:
Tag: Zope-3x-branch
ExceptionFormatter.py
Log Message:
Zope configuration now uses Shane's nifty traceback supplements to sprinkle
helpful debug info into exceptions that occur during configuration processing,
rather than masking them with a single generic configuration exception.
Exception formatting is now turned on during testing, and when config is run
at startup.
=== Zope3/lib/python/Zope/Exceptions/ExceptionFormatter.py 1.1.2.5 => 1.1.2.6 ===
-def format_exception(t, v, tb, as_html=0):
+def format_exception(t, v, tb, limit=None, as_html=0):
if as_html:
fmt = html_formatter
else: