[Python-checkins] cpython (merge default -> default): merge

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


https://hg.python.org/cpython/rev/6c853a196a1b
changeset:   96253:6c853a196a1b
parent:      96250:7b5f5f8b26a6
parent:      96252:53153672c300
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat May 23 17:18:40 2015 -0400
summary:
  merge

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
@@ -230,6 +230,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