Re: [Zope-dev] Why does Zope move the Error Type and Value and replacewith (see above)

2002-10-09 Thread Chris Withers

Shane, can you confirm this?

cheers,

Chris

Leonardo Rochael Almeida wrote:
Now, normal python tracebacks include both the error type and error value. Why 
does Zope make this not happen?
 
 This code, which is inaccessible for TTW scripts but interferes with TTW
 rendering nonetheless, is in lib/python/ZPublisher/HTTPResponse.py in 2
 places around line 620. It blindly assumes the exception has already
 been mentioned in the template and replaces the exception in the
 traceback formatting routine with '(see above)'. It also bothers me no
 end, but I believe (but haven't checked) that's all changed in Zope 2.6
 with the new exception logging system.



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Why does Zope move the Error Type and Value and replacewith (see above)

2002-10-09 Thread Chris Withers

Shane Hathaway wrote:
 I can confirm it has changed.  Overall description here:
 
 http://dev.zope.org/Wikis/DevSite/Proposals/BetterTracebacks

looks cool :-)

Are there details of what did/didn't get done, how it was done, and end user 
documentation anywhere?

cheers,

Chris


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )