]> granicus.if.org Git - python/commit
Implement PEP250: Use Lib/site-packages under windows.
authorThomas Heller <theller@ctypes.org>
Wed, 5 Sep 2001 13:00:40 +0000 (13:00 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 5 Sep 2001 13:00:40 +0000 (13:00 +0000)
commitc010c17f4b50a71de056c1c05e200b29047c84d8
treea88d40f0a407b0daa9bf09b33dad1452d6e49f06
parent045af6f8d8c6e362db6ca616d9d3f85e7f8c6180
Implement PEP250: Use Lib/site-packages under windows.
bdist_wininst doesn't use the NT SCHEME any more, instead
a custom SCHEME is used, which is exchanged at installation
time, depending on the python version used.

Avoid a bogus warning frpom install_lib about installing
into a directory not on sys.path.
Lib/distutils/command/bdist_wininst.py