[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - BrowserResponse.py:1.1.4.4
Casey Duncan
casey@zope.com
Wed, 3 Apr 2002 15:44:12 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv365/lib/python/Zope/Publisher/Browser
Modified Files:
Tag: Zope-3x-branch
BrowserResponse.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/Publisher/Browser/BrowserResponse.py 1.1.4.3 => 1.1.4.4 ===
"<html><head><title>%s</title></head>\n"
"<body><h2>%s</h2>\n"
- "%s\n"
+ "%s\nsdfgj lksdf"
"</body></html>\n" %
(t, t, content)
)