]> granicus.if.org Git - python/commit
Revamped path access again, by Mark Hammond, to be more robust in the
authorGuido van Rossum <guido@python.org>
Thu, 30 Mar 2000 19:45:39 +0000 (19:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Mar 2000 19:45:39 +0000 (19:45 +0000)
commit88716bba55e4811f6566bc89f320722145f1be07
tree24ec8ff1d4290fdd87c2665ebf982a5b9cea7542
parentd30dedca27308441014e67a4208f37ce43e7d85c
Revamped path access again, by Mark Hammond, to be more robust in the
light of three different situations: (1) running from build; (2)
running from installed; (3) running without being able to find an
installation (e.g. as a COM object).  The system paths in the
repository are only used for (3); the path deduced from the
installation location are used otherwise.  PYTHONHOME overrides in all
cases.

Read the comments for more details.
PC/getpathp.c