commit | 30b51c9224b4adf5b1645dc496c297f76f6ccebd | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Fri Nov 11 12:03:09 2016 -0500 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Fri Nov 11 12:03:09 2016 -0500 |
tree | 02fac9f82bbcdfa101154e99326285558dd62169 | |
parent | 1e4b73fcf75a27c7e9020ecb8e58ffc274909e5a [diff] [blame] |
Issue #27854: Include idlelib/help.html in 2.7 Windows installer. Without this file, clicking Help => IDLE Help did nothing.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index b3a5b13..65ce5c1 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py
@@ -1076,6 +1076,7 @@ if dir=='idlelib': lib.glob("*.def") lib.add_file("idle.bat") + lib.add_file("help.html") if dir=="Icons": lib.glob("*.gif") lib.glob("*.ico")