summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-11-11 17:03:09 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-11-11 17:03:09 (GMT)
commit30b51c9224b4adf5b1645dc496c297f76f6ccebd (patch)
tree02fac9f82bbcdfa101154e99326285558dd62169 /Lib
parent1e4b73fcf75a27c7e9020ecb8e58ffc274909e5a (diff)
downloadcpython-30b51c9224b4adf5b1645dc496c297f76f6ccebd.zip
cpython-30b51c9224b4adf5b1645dc496c297f76f6ccebd.tar.gz
cpython-30b51c9224b4adf5b1645dc496c297f76f6ccebd.tar.bz2
Issue #27854: Include idlelib/help.html in 2.7 Windows installer.
Without this file, clicking Help => IDLE Help did nothing.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 3053234..35e2a7e 100644
--- 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.
+ Include idlelib/help.html in 2.7 Windows installer.
+
+- Issue #25507: Add back import needed for 2.x encoding warning box.
+ Add pointer to 'Encoding declaration' in Language Reference.
+
- Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.