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 does not include SSL test .pem files
Type: Stage:
Components: Installation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: janssen, loewis, paul.moore
Priority: normal Keywords:

Created on 2007-11-19 21:15 by paul.moore, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
msi.patch paul.moore, 2007-11-19 21:54
Messages (6)
msg57666 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2007-11-19 21:15
The latest MSI daily snapshot installer for Python 2.6 (19 Nov) does not
include the .pem files for the SSL tests from the Lib\test directory.
msg57668 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-11-19 21:35
Thanks for pointing that out. The MSI build needs to be taught to pick
them up. If I seemingly don't find the time, feel free to contribute a
patch.
msg57669 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2007-11-19 21:54
The following looks like it may be OK. I have no way of testing it,
unfortunately, as I don't currently have a working build environment,
and I've no idea how to build the MSI even if I did...
msg57685 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-11-20 02:47
Thanks for the patch. It looked good, so I committed it as r59066. Let's
see whether the buildbot picks it up correctly.
msg57711 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2007-11-20 21:40
Looks good to me, too.
msg57826 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-11-25 10:32
I verified the installer; this problem is now fixed.
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45809
2007-11-25 10:32:38loewissetstatus: open -> closed
resolution: fixed
messages: + msg57826
2007-11-20 21:40:05janssensetnosy: + janssen
messages: + msg57711
2007-11-20 02:47:42loewissetmessages: + msg57685
2007-11-19 21:54:43paul.mooresetfiles: + msi.patch
messages: + msg57669
2007-11-19 21:35:13loewissetassignee: loewis
messages: + msg57668
nosy: + loewis
2007-11-19 21:15:46paul.moorecreate