]> granicus.if.org Git - python/commitdiff
Add NEWS item for Idle.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 May 2015 21:12:48 +0000 (17:12 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 May 2015 21:12:48 +0000 (17:12 -0400)
Misc/NEWS

index 7d2176f735277a5c4fcb0ea5c241a6ccf7c83fa6..5a375eb833f304f7144c566fcf88e1153f200a12 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,6 +271,12 @@ Library
 - 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
 -----