[Python-checkins] CVS: python/dist/src/Python import.c,2.134,2.135

Jeremy Hylton python-dev@python.org
2000年6月29日 21:59:19 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29167/Python
Modified Files:
	import.c 
Log Message:
another typo caught by Rob Hooft
Index: import.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/import.c,v
retrieving revision 2.134
retrieving revision 2.135
diff -C2 -r2.134 -r2.135
*** import.c	2000年05月03日 23:44:39	2.134
--- import.c	2000年06月30日 04:59:17	2.135
***************
*** 88,92 ****
 
 /* Magic word as global; note that _PyImport_Init() can change the
! value of this global to accomodate for alterations of how the
 compiler works which are enabled by command line switches. */
 static long pyc_magic = MAGIC;
--- 88,92 ----
 
 /* Magic word as global; note that _PyImport_Init() can change the
! value of this global to accommodate for alterations of how the
 compiler works which are enabled by command line switches. */
 static long pyc_magic = MAGIC;

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