[Python-checkins] cpython (3.4): Add NEWS item for Idle.

terry.reedy python-checkins at python.org
Sat May 23 23:19:06 CEST 2015


https://hg.python.org/cpython/rev/b7926f038994
changeset:   96251:b7926f038994
branch:      3.4
parent:      96248:8c6170954789
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat May 23 17:12:48 2015 -0400
summary:
  Add NEWS item for Idle.

files:
  Misc/NEWS |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,6 +271,12 @@
 - Issue 23898: Fix inspect.classify_class_attrs() to support attributes
   with overloaded __eq__ and __bool__.  Patch by Mike Bayer.
 
+IDLE
+----
+
+- Issue #23184: remove unused names and imports in idlelib.
+  Initial patch by Al Sweigart.
+
 Tests
 -----
 

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


More information about the Python-checkins mailing list