From: Terry Jan Reedy Date: Sat, 23 May 2015 21:12:48 +0000 (-0400) Subject: Add NEWS item for Idle. X-Git-Tag: v3.5.0b1~12^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cbb9e647ba17d267e701a60903e7a37b7192245;p=python Add NEWS item for Idle. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7d2176f735..5a375eb833 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 -----