summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2011-03-26 00:29:13 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2011-03-26 00:29:13 (GMT)
commit946f17214c5e344b4297d9d7f3d8abe2a399bb53 (patch)
tree7eae8d88952644d55893946519e4f714c0405c4d /Lib/idlelib/NEWS.txt
parentb9a428d57de898271bf160f736bbae7e2538bc41 (diff)
downloadcpython-946f17214c5e344b4297d9d7f3d8abe2a399bb53.zip
cpython-946f17214c5e344b4297d9d7f3d8abe2a399bb53.tar.gz
cpython-946f17214c5e344b4297d9d7f3d8abe2a399bb53.tar.bz2
<Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 7081d80..6a031e1 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,7 +3,10 @@ What's New in IDLE 3.1.4?
*Release date: XX-XXX-XX*
-- <Home> toggle non-functional when NumLock set on Windows. Issue3851.
+- <Home> toggle failing on Tk 8.5, causing IDLE exits and strange selection
+ behavior. Issue 4676. Improve selection extension behaviour.
+- <Home> toggle non-functional when NumLock set on Windows. Issue 3851.
+
What's New in IDLE 3.1b1?