[Python-checkins] CVS: python/dist/src/Lib exceptions.py

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Tue, 23 Feb 1999 19:27:40 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory anthem:/projects/python/develop/bwarsaw/python/dist/src/Lib

Modified Files:
	exceptions.py 
Log Message:
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.