
June 12, 2003
8:51 a.m.
Walter Dörwald wrote:
Barry Warsaw wrote:
On Thu, 2003-06-12 at 06:44, Walter Dörwald wrote:
5. Implement exception chaining (as an attribute named cause on the outer exception referencing the inner exception).
I'm not keen on the name "cause" for the start of the exception chain. I'm not sure I have a better suggestion. Maybe "antecedent"? ;/
"reason"?
Ouch, this will collide with the PEP 293 exceptions, that already have an attribute reason. Bye, Walter Dörwald