30 May
2001
30 May
'01
8:18 p.m.
(I guess no one's interested, so I'm digging further.)
I think maybe no-one believes you ;-) The standard_error_message(s) in your ZODB get used as long as: 1. The error isn't an authentication error, which sucks, but is meant by the following:
# XXX could this try to use standard_error_message somehow?
2. You standard_error_message method does not, itself, raise an exception. If either of the above happens, you get the hard coded error messages. In addition, you can override the standard_error_message in the root of your ZODB with ones in subfolders, etc... cheers, Chris