]> granicus.if.org Git - python/commit
Two subtle changes:
authorGuido van Rossum <guido@python.org>
Tue, 16 Sep 1997 18:42:04 +0000 (18:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Sep 1997 18:42:04 +0000 (18:42 +0000)
commitc56ba3835056dda7b9ef0d406bda0532b52aab38
tree8501d34f34349b80c51d1bb3e0257288cfdb5896
parent3d26cc9542a9ee4ad31e54011ac0d809ba6ff6fa
Two subtle changes:

(1) Introduce Exception as the conceptual root class for all exceptions.

(2) Do less work in __init__(), and more in __str__ (store args
unchanged).
Lib/exceptions.py