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

A.M. Kuchling python-dev@python.org
Wed, 29 Nov 2000 17:57:21 -0800


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

Modified Files:
	config.c.in 
Log Message:
Clarify two comments


Index: config.c.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/config.c.in,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -r1.71 -r1.72
*** config.c.in	2000/07/23 00:02:15	1.71
--- config.c.in	2000/11/30 01:57:18	1.72
***************
*** 28,35 ****
  /* -- ADDMODULE MARKER 2 -- */
  
! 	/* This module "lives in" with marshal.c */
  	{"marshal", PyMarshal_Init},
  
! 	/* This lives it with import.c */
  	{"imp", initimp},
  
--- 28,35 ----
  /* -- ADDMODULE MARKER 2 -- */
  
! 	/* This module lives in marshal.c */
  	{"marshal", PyMarshal_Init},
  
! 	/* This lives in import.c */
  	{"imp", initimp},