]> granicus.if.org Git - python/commitdiff
This file's previous log message is bogus. The real change is that
authorGuido van Rossum <guido@python.org>
Sat, 8 Aug 1998 20:05:31 +0000 (20:05 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 8 Aug 1998 20:05:31 +0000 (20:05 +0000)
when it gets the path from the registry, it no longer appends the
default path to the end (which would mostly be a duplication).

PC/getpathp.c

index 5ff410198903505f6af0d18ab08bd68f53377ed6..deb2894e2b78d2e676b55833be69468aa0362b83 100644 (file)
@@ -30,7 +30,7 @@ PERFORMANCE OF THIS SOFTWARE.
 ******************************************************************/
 
 /* Return the initial module search path. */
-/* Used by DOS, OS/2, Windows 3.1.  Works on NT too. */
+/* Used by DOS, OS/2, Windows 3.1, Windows 95/98, Windows NT. */
 
 #include "Python.h"
 #include "osdefs.h"