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-Tag: v3.4.0a1~597 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1acd3a081c489714da8222c1a597c40f743ca12c;p=thirdparty%2FPython%2Fcpython.git Remove duplicate entry due to mismerge and incomplete resolution. --- diff --git a/Misc/NEWS b/Misc/NEWS index ed37ccb38a61..a83b85d76409 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.