]> granicus.if.org Git - python/commit
(initerrors): Make sure that the exception tuples ("base-classes" when
authorBarry Warsaw <barry@python.org>
Wed, 24 Feb 1999 00:35:43 +0000 (00:35 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 24 Feb 1999 00:35:43 +0000 (00:35 +0000)
commit72b715d979151e4f1d0439bc922e0afc3eb770cc
treeeab797260250d6e5843a581c561a6e5b02aadb98
parent40db48c5ec7ca447a7291062014e83b40cce9ee7
(initerrors): Make sure that the exception tuples ("base-classes" when
string-based exceptions are used) reflect the real class hierarchy,
i.e. that SystemExit derives from Exception not StandardError.
Python/bltinmodule.c