[Python-checkins] python/dist/src/PC w9xpopen.c, 1.5, 1.6 getpathp.c, 1.33, 1.34

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 23:49:35 CEST 2005


Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21637/PC

Modified Files:
	w9xpopen.c getpathp.c 
Log Message:
Fix all wrong instances of "it's".



Index: w9xpopen.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/w9xpopen.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- w9xpopen.c	14 Jul 2002 22:14:19 -0000	1.5
+++ w9xpopen.c	22 Jul 2005 21:49:32 -0000	1.6
@@ -9,7 +9,7 @@
  * This program is to be launched with redirected standard
  * handles. It will launch the command line specified 16-bit
  * console based application in the same console, forwarding
- * it's own redirected standard handles to the 16-bit child.
+ * its own redirected standard handles to the 16-bit child.
 
  * AKA solution to the problem described in KB: Q150956.
  */    

Index: getpathp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/getpathp.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- getpathp.c	7 Aug 2004 19:12:27 -0000	1.33
+++ getpathp.c	22 Jul 2005 21:49:32 -0000	1.34
@@ -11,7 +11,7 @@
    * Python always adds an empty entry at the start, which corresponds
      to the current directory.
 
-   * If the PYTHONPATH env. var. exists, it's entries are added next.
+   * If the PYTHONPATH env. var. exists, its entries are added next.
 
    * We look in the registry for "application paths" - that is, sub-keys
      under the main PythonPath registry key.  These are added next (the



More information about the Python-checkins mailing list