>>>>> "SA" == Steve Alexander <steve@cat-box.net> writes:
SA> Exception <- StandardError <- TransactionError <-
SA> ConflictError
At one point, Python was implying that in a future release it might
require all exceptions to derive from Exception. I'm not sure whether
Guido still thinks this is a good future goal or not.
-Barry