[Python-checkins] CVS: python/dist/src/PC config.c,1.25,1.26

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


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

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

[Tim, please test!]


Index: config.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** config.c	2000/06/30 23:58:05	1.25
--- config.c	2000/07/12 12:11:36	1.26
***************
*** 118,121 ****
--- 118,122 ----
          {"__builtin__", NULL},
          {"sys", NULL},
+ 	{"exceptions", NULL},
  
          /* Sentinel */