[Python-checkins] CVS: python/dist/src/Python bltinmodule.c

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


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

Modified Files:
	bltinmodule.c 
Log Message:
(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.