]> granicus.if.org Git - python/commitdiff
Add Idle news entries (plus whitespace fix from other entries).
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 16 Jun 2014 23:24:22 +0000 (19:24 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 16 Jun 2014 23:24:22 +0000 (19:24 -0400)
Misc/NEWS

index 310d2370f6a2c220a8c4ab9e31d52a48633c9c78..54437b086be50932e4115cc7613e15d57e7efadf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,12 +55,21 @@ Library
 - Issue #8743: Fix interoperability between set objects and the
   collections.Set() abstract base class.
 
-- Issue #21481:  Argparse equality and inequality tests now return 
+- Issue #21481:  Argparse equality and inequality tests now return
   NotImplemented when comparing to an unknown type.
-  
+
 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.