[Python-checkins] cpython (2.7): Add Idle news entries (plus whitespace fix from other entries).

terry.reedy python-checkins at python.org
Tue Jun 17 01:27:27 CEST 2014


http://hg.python.org/cpython/rev/6d86e8afc2a5
changeset:   91226:6d86e8afc2a5
branch:      2.7
parent:      91223:59730aecce9b
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Jun 16 19:24:22 2014 -0400
summary:
  Add Idle news entries (plus whitespace fix from other entries).

files:
  Misc/NEWS |  13 +++++++++++--
  1 files changed, 11 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,12 +55,21 @@
 - 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list