diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2011-03-26 00:29:13 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2011-03-26 00:29:13 (GMT) |
commit | 946f17214c5e344b4297d9d7f3d8abe2a399bb53 (patch) | |
tree | 7eae8d88952644d55893946519e4f714c0405c4d /Lib/idlelib/NEWS.txt | |
parent | b9a428d57de898271bf160f736bbae7e2538bc41 (diff) | |
download | cpython-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.txt | 5 |
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? |