diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-05-31 01:08:49 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-05-31 01:08:49 (GMT) |
commit | 1acd3a081c489714da8222c1a597c40f743ca12c (patch) | |
tree | 26927177734425b6788f41618c3410805dbfed04 /Misc | |
parent | 17bea376e80acc59639b8edadeba617d31c1be64 (diff) | |
download | cpython-1acd3a081c489714da8222c1a597c40f743ca12c.zip cpython-1acd3a081c489714da8222c1a597c40f743ca12c.tar.gz cpython-1acd3a081c489714da8222c1a597c40f743ca12c.tar.bz2 |
Remove duplicate entry due to mismerge and incomplete resolution.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |