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: MSI installer misses zipdir.zip file in Lib\test
Type: Stage:
Components: Installation Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: benjamin.peterson, loewis, tim.golden
Priority: release blocker Keywords: patch

Created on 2009-03-10 17:05 by tim.golden, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
msi-zipdir.patch tim.golden, 2009-03-10 17:05 Patch against r70301 of tools\msi\msi.py
Messages (3)
msg83440 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2009-03-10 17:05
The msi.py determines which files to carry over into the installer for
the lib\test directory. zipdir.zip was added recently for test_zipfile
and this isn't picked up. The attached patch adds it in.
msg85408 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-04-04 16:50
I don't think I'm going to let this block today's release. Martin, I
assume you can just apply the patch locally when you are building the
installers?
msg85425 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2009-04-04 18:54
Tim, thanks for the patch. Applied in r71179, r71180, r71181 and r71182.
Hope it still goes into the tag.
History
Date User Action Args
2022-04-11 14:56:46adminsetgithub: 49720
2009-04-04 18:54:02loewissetstatus: open -> closed
resolution: accepted
messages: + msg85425
2009-04-04 16:50:48benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg85408
2009-03-10 21:23:37loewissetpriority: release blocker
assignee: loewis

nosy: + loewis
2009-03-10 17:05:11tim.goldencreate