diff options
author | Guido van Rossum <guido@python.org> | 1998-08-08 20:05:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-08 20:05:31 (GMT) |
commit | c499572a9871d4c7298e25b47d6b51a656cdcf94 (patch) | |
tree | b4f9479b99e3dd991345cdac8cd437c07efa32bc /PC | |
parent | be10c20adff11ad4335c75cc61286504639e2ed6 (diff) | |
download | cpython-c499572a9871d4c7298e25b47d6b51a656cdcf94.zip cpython-c499572a9871d4c7298e25b47d6b51a656cdcf94.tar.gz cpython-c499572a9871d4c7298e25b47d6b51a656cdcf94.tar.bz2 |
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).
Diffstat (limited to 'PC')
-rw-r--r-- | PC/getpathp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c index 5ff4101..deb2894 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" |