summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2011-05-11 18:18:13 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2011-05-11 18:18:13 (GMT)
commit9dd41fa970c43ce7986689ae2f3be75545ea7427 (patch)
tree6dd2e4496a5c00d5d8991fa8c4fa1373dd9eeb5a /Lib/idlelib
parentcaece0a6a02b9677e560c92469ab6665fbcb30eb (diff)
parent79a11e71c69b3862fc930a47bd628e481685f93b (diff)
downloadcpython-9dd41fa970c43ce7986689ae2f3be75545ea7427.zip
cpython-9dd41fa970c43ce7986689ae2f3be75545ea7427.tar.gz
cpython-9dd41fa970c43ce7986689ae2f3be75545ea7427.tar.bz2
Merge from 3.2
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index deeb4a6..f84dd41 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,18 +1,21 @@
-What's New in IDLE 3.1.4?
+What's New in IDLE 3.2.1?
=========================
-*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.