[Python-checkins] CVS: python/dist/src/Include pydebug.h,2.16,2.17

Neil Schemenauer nascheme@users.sourceforge.net
Mon, 23 Jul 2001 09:50:17 -0700


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

Modified Files:
	pydebug.h 
Log Message:
Fix typo in comment.


Index: pydebug.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pydebug.h,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -d -r2.16 -r2.17
*** pydebug.h	2001/07/23 16:30:26	2.16
--- pydebug.h	2001/07/23 16:50:15	2.17
***************
*** 17,21 ****
  extern DL_IMPORT(int) Py_IgnoreEnvironmentFlag;
  
! /* this is a wrapper around getenv() the pays attention to
     Py_IgnoreEnvironmentFlag.  It should be used for getting variables like
     PYTHONPATH and PYTHONHOME from the environment */
--- 17,21 ----
  extern DL_IMPORT(int) Py_IgnoreEnvironmentFlag;
  
! /* this is a wrapper around getenv() that pays attention to
     Py_IgnoreEnvironmentFlag.  It should be used for getting variables like
     PYTHONPATH and PYTHONHOME from the environment */