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

Guido van Rossum python-dev@python.org
2000年7月12日 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 */

AltStyle によって変換されたページ (->オリジナル) /