This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 2.4 msi installer installs too many files
Type: Stage:
Components: Windows Versions: Python 2.4
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, theller
Priority: normal Keywords:

Created on 2004-07-14 15:44 by theller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg21594 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2004-07-14 15:44
The msi installer installs the directory
Lib/distutils/test/build and it's subdirs, at least if
they are present on the system where the msi is built.
msg21595 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-07-15 16:37
Logged In: YES 
user_id=21627

Why would there be any directories in test/build? The
installer picks up all directories in Lib, except for
directories named CVS or starting with plat-. This
simplifies maintenance, as it removes the need to explicitly
change the installer every time a new Python packages is
added to Lib.
msg21596 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2004-07-15 19:31
Logged In: YES 
user_id=11105

Maybe the distutils/build directory was created because I
ran the tests in it, or maybe by other things.

I'm lazy and normally build releases from the sandbox where
I usually work in, instead of  from a fresh checkout.

Closing as won't fix.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40563
2004-07-14 15:44:51thellercreate