[Python-checkins] CVS: python/dist/src/Mac/Modules macconfig.c,1.27,1.28

Jack Jansen jackjansen@users.sourceforge.net
Mon, 27 Aug 2001 15:50:44 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv23177/Python/Mac/Modules

Modified Files:
	macconfig.c 
Log Message:
exceptions was missing from the module list. Added.

Index: macconfig.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/macconfig.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** macconfig.c	2001/08/23 13:49:54	1.27
--- macconfig.c	2001/08/27 22:50:41	1.28
***************
*** 307,310 ****
--- 307,311 ----
  	{"__main__", NULL},
  	{"__builtin__", NULL},
+ 	{"exceptions", NULL},
  	{"sys", NULL},