[Zope-Checkins] CVS: Packages/OFS - SimpleItem.py:1.55
Ken Manheimer
klm@splat.digicool.com
Tue, 8 Jun 1999 12:11:15 -0400
Update of /cvs-repository/Packages/OFS
In directory splat.digicool.com:/projects/users/zope/lib/python/OFS
Modified Files:
SimpleItem.py
Log Message:
Item.raise_standardErrorMessage(): Fix to preserve exception values
raised in external methods. We're more careful about seeking
standard_error_message - check for existence in the client object, and
if it's not there try aq_parent - and fallback to the previously
resolved error_value, before the canned "Sorry, an error occurred".