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.

Author terry.reedy
Recipients benjamin.peterson, loewis, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2014-05-10.20:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399752311.05.0.307249381203.issue21467@psf.upfronthosting.co.za>
In-reply-to
Content
Steve, I am *really* glad you caught this. We obviously need a new test somewhere that would have caught this before the release. How is the installer tested now? Is it run and the installed python tested with the test suite? If so, a new idle test that runs idlelib/idle.(bat, py, pyw) with subprocess, detects startup errors, and cleanly shuts down the subprocces, would cover the installer.

3.4 is not directly affected because 3.4 Tools/msi/msi.py does not include the patched section
         if dir=="Icons":
             lib.glob("*.gif")
+            lib.glob("*.ico")
             lib.add_file("idle.icns")
and .gif and .icns are not in the file. Perhaps the change matches a change in the build process.

However, new tests should go on all versions.
History
Date User Action Args
2014-05-10 20:05:11terry.reedysetrecipients: + terry.reedy, loewis, tim.golden, benjamin.peterson, zach.ware, steve.dower
2014-05-10 20:05:11terry.reedysetmessageid: <1399752311.05.0.307249381203.issue21467@psf.upfronthosting.co.za>
2014-05-10 20:05:10terry.reedylinkissue21467 messages
2014-05-10 20:05:10terry.reedycreate