[Python-checkins] CVS: python/dist/src/Python import.c,2.164,2.165

Tim Peters tim_one@users.sourceforge.net
Tue, 27 Feb 2001 21:57:53 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv30198/python/dist/src/Python

Modified Files:
	import.c 
Log Message:
Ack -- my eyes are getting bleary.  Typos in the comment typo repairs.


Index: import.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/import.c,v
retrieving revision 2.164
retrieving revision 2.165
diff -C2 -r2.164 -r2.165
*** import.c	2001/02/28 05:56:18	2.164
--- import.c	2001/02/28 05:57:51	2.165
***************
*** 1022,1026 ****
   * We've already done a successful stat() or fopen() on buf (a path of length
   * len, exclusive of trailing null).  name is the last component of that path
!  & a string of length namelen, exclusive of trailing null).
   * case_ok() is to return 1 if there's a case-sensitive match for
   * name, else 0.  case_ok() is also to return 1 if envar PYTHONCASEOK
--- 1022,1026 ----
   * We've already done a successful stat() or fopen() on buf (a path of length
   * len, exclusive of trailing null).  name is the last component of that path
!  * (a string of length namelen, exclusive of trailing null).
   * case_ok() is to return 1 if there's a case-sensitive match for
   * name, else 0.  case_ok() is also to return 1 if envar PYTHONCASEOK