]> granicus.if.org Git - python/commitdiff
Remove duplicate entry due to mismerge and incomplete resolution.
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 31 May 2013 01:08:49 +0000 (21:08 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 31 May 2013 01:08:49 +0000 (21:08 -0400)
Misc/NEWS

index ed37ccb38a6121daa53f86c24d63b9814664a5e8..a83b85d7640904dc1a29668b04657492b7468843 100644 (file)
--- 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.