summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2011-05-11 17:48:54 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2011-05-11 17:48:54 (GMT)
commitbc3e13818be01868117716bff6e6ed47609500bd (patch)
tree9785321f59552940174b3eacc224fc1c487dc416 /Lib/idlelib
parent57e6eac9056982bc6f4f18da0b6efacd1a19e3ae (diff)
parente147806da9b138e53d86f0a2569a107f6a975834 (diff)
downloadcpython-bc3e13818be01868117716bff6e6ed47609500bd.zip
cpython-bc3e13818be01868117716bff6e6ed47609500bd.tar.gz
cpython-bc3e13818be01868117716bff6e6ed47609500bd.tar.bz2
Merge from 3.1
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index deeb4a6..d45941a 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,18 +1,21 @@
What's New in IDLE 3.1.4?
=========================
-*Release date: XX-XXX-XX*
+*Release date: 15-May-11*
+
+- Issue #1028: Ctrl-space binding to show completions was causing IDLE to exit.
+ Tk < 8.5 was sending invalid Unicode null; replaced with valid null.
- <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.
+- <Home> toggle non-functional when NumLock set on Windows. Issue 3851.
What's New in IDLE 3.1b1?
=========================
-*Release date: 27-Jun-09*
+*Release date: 06-May-09*
- Use of 'filter' in keybindingDialog.py was causing custom key assignment to
fail. Patch 5707 amaury.forgeotdarc.