From: Terry Jan Reedy Date: Fri, 31 May 2013 01:08:49 +0000 (-0400) Subject: Remove duplicate entry due to mismerge and incomplete resolution. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1acd3a081c489714da8222c1a597c40f743ca12c;p=python Remove duplicate entry due to mismerge and incomplete resolution. --- diff --git a/Misc/NEWS b/Misc/NEWS index ed37ccb38a..a83b85d764 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.