From: Guido van Rossum Date: Sat, 8 Aug 1998 20:05:31 +0000 (+0000) Subject: This file's previous log message is bogus. The real change is that X-Git-Tag: v1.5.2a1~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c499572a9871d4c7298e25b47d6b51a656cdcf94;p=thirdparty%2FPython%2Fcpython.git This file's previous log message is bogus. The real change is that when it gets the path from the registry, it no longer appends the default path to the end (which would mostly be a duplication). --- diff --git a/PC/getpathp.c b/PC/getpathp.c index 5ff410198903..deb2894e2b78 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -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"