]> granicus.if.org Git - python/commit
Document the correct class hierarchy for SystemExit. It is not an
authorBarry Warsaw <barry@python.org>
Wed, 24 Feb 1999 00:27:39 +0000 (00:27 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 24 Feb 1999 00:27:39 +0000 (00:27 +0000)
commit40db48c5ec7ca447a7291062014e83b40cce9ee7
tree03c72e671c79f4e15a86c6316a0bbcbfc25c2fa0
parentf2b4554403f42307c4543de44436db118dbd0cde
Document the correct class hierarchy for SystemExit.  It is not an
error and so it derives from Exception and not SystemError.  The
docstring was incorrect but the implementation was fine.
Lib/exceptions.py