[Python-checkins] CVS: python/dist/src/Modules Setup.in,1.98,1.99

Barry Warsaw python-dev@python.org
Thu, 25 May 2000 16:10:54 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25025

Modified Files:
	Setup.in 
Log Message:
Added the _exceptions module, implementing the built-in class-based
standard exceptions.


Index: Setup.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.in,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -r1.98 -r1.99
*** Setup.in	2000/05/03 22:34:12	1.98
--- Setup.in	2000/05/25 23:10:52	1.99
***************
*** 95,98 ****
--- 95,99 ----
  signal signalmodule.c		# signal(2)
  _sre _sre.c			# Fredrik Lundh's new regular expressions
+ _exceptions _exceptions.c	# Class-based standard exceptions
  
  # The SGI specific GL module: