cpython: 2776720f549c (original) (raw)

Mercurial > cpython

changeset 105062:2776720f549c 2.7

Issue #27854: Include idlelib/help.html in 2.7 Windows installer. Without this file, clicking Help => IDLE Help did nothing. [#27854]

Terry Jan Reedy tjreedy@udel.edu
date Fri, 11 Nov 2016 12:03:09 -0500
parents 237ef36fb1bb
children f8d12cb7d0fd
files Lib/idlelib/NEWS.txt Misc/NEWS Tools/msi/msi.py
diffstat 3 files changed, 13 insertions(+), 0 deletions(-)[+] [-] Lib/idlelib/NEWS.txt 6 Misc/NEWS 6 Tools/msi/msi.py 1

line wrap: on

line diff

--- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,6 +2,12 @@ What's New in IDLE 2.7.13? ========================== Release date: 2017-01-01? +- Issue #27854: Make Help => IDLE Help work again on Windows.

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -220,6 +220,12 @@ Library IDLE ---- +- Issue #27854: Make Help => IDLE Help work again on Windows.

--- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -1076,6 +1076,7 @@ def add_files(db): if dir=='idlelib': lib.glob("*.def") lib.add_file("idle.bat")