From: Terry Jan Reedy Date: Mon, 16 Jun 2014 23:24:29 +0000 (-0400) Subject: Add Idle news entries. X-Git-Tag: v3.4.2rc1~374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=663756529804830af7816685c72b335563c554b8;p=python Add Idle news entries. --- diff --git a/Misc/NEWS b/Misc/NEWS index 90f3c86ff7..ec8b4d9f3f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -98,6 +98,15 @@ Build 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.