summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-06 09:05:22 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-06 09:05:22 (GMT)
commitca023cab4dbfae608e60b599048bb21509298758 (patch)
tree86bac8cbb0148d6bec639f9b450a4f5ed95f736c /Misc
parentd53dfa3fb1c86e97ad787bdcb3c7e068a7ba2580 (diff)
downloadcpython-ca023cab4dbfae608e60b599048bb21509298758.zip
cpython-ca023cab4dbfae608e60b599048bb21509298758.tar.gz
cpython-ca023cab4dbfae608e60b599048bb21509298758.tar.bz2
Issue #1677694: Refactor and improve test_timeout. Original patch by
Björn Lindqvist.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cd9257..98f7f8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -159,6 +159,9 @@ Tools/Demos
Tests
-----
+- Issue #1677694: Refactor and improve test_timeout. Original patch by
+ Björn Lindqvist.
+
- Issue #5485: Add tests for the UseForeignDTD method of expat parser objects.
Patch by Jean-Paul Calderone and Sandro Tosi.