Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c499572

Browse files
committed
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).
1 parent be10c20 commit c499572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/getpathp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PERFORMANCE OF THIS SOFTWARE.
3030
******************************************************************/
3131

3232
/* Return the initial module search path. */
33-
/* Used by DOS, OS/2, Windows 3.1. Works on NT too. */
33+
/* Used by DOS, OS/2, Windows 3.1, Windows 95/98, Windows NT. */
3434

3535
#include "Python.h"
3636
#include "osdefs.h"

0 commit comments

Comments
 (0)