summaryrefslogtreecommitdiffstats
path: root/PC/getpath_nt.c
Commit message (Collapse)AuthorAgeFilesLines
* Skip empty paths read from the registry.Guido van Rossum1997-01-121-6/+8
|
* From: "Mark Hammond" <MHammond@skippinet.com.au>Guido van Rossum1996-10-211-16/+35
| | | | | | | | | | | | | | | | Date: Fri, 4 Oct 1996 09:08:19 +1000 A couple of things. As I mentioned a while back, I have made the changes to the registry support, in getpath_nt.c. To recap, there can be: ...\pythonpath = default core Pythonpath ...\pythonpath\Pythonwin = c:\somewhere etc. The code simply appends them all. The order can not be guaranteed (registry limitation) but the "default" is always at the end. The main reasons for change were the length of the path, but mainly so an uninstaller can do the right thing.
* Use MS_DLL_ID and similar changesGuido van Rossum1996-08-231-1/+1
|
* More changes for NT, Guido styleGuido van Rossum1996-08-221-4/+0
|
* NT specific files supplied by Mark HammondGuido van Rossum1996-08-211-0/+178