summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-16 23:26:56 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-16 23:26:56 (GMT)
commit61f1acca5583b1a3f051cd29d09d71792f2aa7f4 (patch)
treeda44970f4ac3eca3d720c781b0b7a463e5c70890 /Misc
parent35a1fb1fba127ab7aba1d1af2c12e0d743d48c04 (diff)
parent663756529804830af7816685c72b335563c554b8 (diff)
downloadcpython-61f1acca5583b1a3f051cd29d09d71792f2aa7f4.zip
cpython-61f1acca5583b1a3f051cd29d09d71792f2aa7f4.tar.gz
cpython-61f1acca5583b1a3f051cd29d09d71792f2aa7f4.tar.bz2
Add Idle news entries.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9cf7065..38527f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -499,6 +499,15 @@ Extension Modules
IDLE
----
+- Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
+ Heblikar.
+
+- Issue #12387: Add missing upper(lower)case versions of default Windows key
+ bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
+
+- Issue #21695: Closing a Find-in-files output window while the search is
+ still in progress no longer closes Idle.
+
- Issue #18910: Add unittest for textView. Patch by Phil Webster.
- Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.