Files
cpython/Modules
Jeremy Hylton 847a9968e9 Patch from M.-A. Lemburg:
Python on UNIX now trusts PYTHONHOME unconditionally

Modules/getpath.c:

Landmark changed to os.py.

Setting PYTHONHOME now unconditionally sets sys.prefix
(and sys.exec_prefix). No further checks are done whether the
standard lib can be found in that location or not. This is in
sync with the PC subdir getpath implementations.

PC/getpathp.c:

Landmark changed to os.py.

PC/os2vacpp/getpathp.c:

Landmark changed to os.py.

Note: BAW's checkin on exceptions.c eliminates earlier concerns about
a bogus PYTHONHOME value leading to a core dump.  Instead it causes a
useless sys.path and prevents imports.
2000-05-26 21:49:07 +00:00
..
2000-03-28 20:29:59 +00:00
2000-05-03 22:30:13 +00:00
2000-05-02 18:34:30 +00:00
2000-05-26 21:49:07 +00:00
2000-05-03 02:44:55 +00:00
2000-05-16 13:30:12 +00:00
2000-05-09 19:52:40 +00:00