Add NEWS item for Idle.

This commit is contained in:
Terry Jan Reedy 2015-05-23 17:12:48 -04:00
parent 43cba219d5
commit 4cbb9e647b
1 changed files with 6 additions and 0 deletions

View File

@ -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
-----