]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The default path components are now all relative instead of absolute paths.
authorGuido van Rossum <guido@python.org>
Fri, 11 Apr 1997 17:19:54 +0000 (17:19 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Apr 1997 17:19:54 +0000 (17:19 +0000)
commit97227814a95769753cc9334048f1dedfa7024720
tree158821105eaa51f6f7546b08a557aac9903fd41e
parent305e5d0d4f3a24f199cfea4f9b0e53980de79847
The default path components are now all relative instead of absolute paths.

This completes the getpath.c checkin.  Note that to enable this in an
existing build tree, you'll have to edit your Setup and Setup.in file
to remove the $(DESTLIB) from all the PATH variable definitions.
Modules/Setup.in