diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-23 21:12:48 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-23 21:12:48 (GMT) |
commit | 4cbb9e647ba17d267e701a60903e7a37b7192245 (patch) | |
tree | 9c89e2172d0479f16dd669b81958a7dd5ab9aa13 /Misc | |
parent | 43cba219d520d6c7449ac2900ca9528efa745c09 (diff) | |
download | cpython-4cbb9e647ba17d267e701a60903e7a37b7192245.zip cpython-4cbb9e647ba17d267e701a60903e7a37b7192245.tar.gz cpython-4cbb9e647ba17d267e701a60903e7a37b7192245.tar.bz2 |
Add NEWS item for Idle.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |