summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2009-04-27 05:36:55 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2009-04-27 05:36:55 (GMT)
commit5c32f671f60c1927951161432b4ee3b4fa68e212 (patch)
tree09a32d87a7b3b09b3bb32e02319c67e831b5c50a /Lib/idlelib/NEWS.txt
parent7195963aa2b25030ef4662e6879ad27517e63fcc (diff)
downloadcpython-5c32f671f60c1927951161432b4ee3b4fa68e212.zip
cpython-5c32f671f60c1927951161432b4ee3b4fa68e212.tar.gz
cpython-5c32f671f60c1927951161432b4ee3b4fa68e212.tar.bz2
Use of 'filter' in keybindingDialog.py was causing
custom key assignment to fail. Patch 5707 amaury.forgeotdarc.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index c111232..2918fe5 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ What's New in IDLE 3.1b1?
*Release date: XX-XXX-09*
+- Use of 'filter' in keybindingDialog.py was causing custom key assignment to
+ fail. Patch 5707 amaury.forgeotdarc.
+
What's New in IDLE 3.1a1?
=========================