diff --git a/Misc/NEWS b/Misc/NEWS index ed37ccb38a6..a83b85d7640 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -320,9 +320,6 @@ Library Tests ----- -- Issue #15392: Create a unittest framework for IDLE. - Rajagopalasarma Jayakrishnan - - Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang.