[Python-checkins] CVS: python/dist/src/Modules config.c.in,1.69,1.70

Guido van Rossum python-dev@python.org
Wed, 12 Jul 2000 05:09:08 -0700


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

Modified Files:
	config.c.in 
Log Message:
Add "exceptions" to list of built-in modules for the sake of
sys.builtin_module_names.  (Noticed by Toby Dickenson.)


Index: config.c.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/config.c.in,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** config.c.in	2000/06/30 23:58:05	1.69
--- config.c.in	2000/07/12 12:09:05	1.70
***************
*** 38,41 ****
--- 38,42 ----
  	{"__builtin__", NULL},
  	{"sys", NULL},
+ 	{"exceptions", NULL},
  
  	/* Sentinel */