[issue5470] MSI installer misses zipdir.zip file in Lib\test

2009-04-04 Thread Martin v. Löwis
Martin v. Löwis added the comment: Tim, thanks for the patch. Applied in r71179, r71180, r71181 and r71182. Hope it still goes into the tag. -- resolution: -> accepted status: open -> closed ___ Python tracker ___

[issue5470] MSI installer misses zipdir.zip file in Lib\test

2009-04-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: 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? -- nosy: +benjamin.peterson ___ Python tracker

[issue5470] MSI installer misses zipdir.zip file in Lib\test

2009-03-10 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- assignee: -> loewis nosy: +loewis nosy_count: 1.0 -> 2.0 priority: -> release blocker ___ Python tracker ___

[issue5470] MSI installer misses zipdir.zip file in Lib\test

2009-03-10 Thread Tim Golden
New submission from Tim Golden : 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. -- components: Installation files: msi-zipdir.patch keyw