summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-05-30 21:08:49 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-05-30 21:08:49 -0400
commit1acd3a081c489714da8222c1a597c40f743ca12c (patch)
tree26927177734425b6788f41618c3410805dbfed04
parent17bea376e80acc59639b8edadeba617d31c1be64 (diff)
downloadcpython-git-1acd3a081c489714da8222c1a597c40f743ca12c.tar.gz
Remove duplicate entry due to mismerge and incomplete resolution.
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
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.