mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
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).
This commit is contained in:
parent
be10c20adf
commit
c499572a98
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue