]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
From: "Mark Hammond" <MHammond@skippinet.com.au>
authorGuido van Rossum <guido@python.org>
Mon, 21 Oct 1996 14:40:30 +0000 (14:40 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Oct 1996 14:40:30 +0000 (14:40 +0000)
commitbc2e6319cbe30c007566bc6ba48c66faac72e2c0
treee5a91c37d5a49af2a32b96fe05ba7d71369ee644
parentf8c684d32c3d4da58877c2fbb54f4f9dcf67af4c
From: "Mark Hammond" <MHammond@skippinet.com.au>
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.
PC/getpath_nt.c