summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-05-23 21:12:48 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-05-23 21:12:48 (GMT)
commit4cbb9e647ba17d267e701a60903e7a37b7192245 (patch)
tree9c89e2172d0479f16dd669b81958a7dd5ab9aa13
parent43cba219d520d6c7449ac2900ca9528efa745c09 (diff)
downloadcpython-4cbb9e647ba17d267e701a60903e7a37b7192245.zip
cpython-4cbb9e647ba17d267e701a60903e7a37b7192245.tar.gz
cpython-4cbb9e647ba17d267e701a60903e7a37b7192245.tar.bz2
Add NEWS item for Idle.
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d2176f..5a375eb 100644
--- 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
-----