diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-06 09:05:22 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-06 09:05:22 (GMT) |
commit | ca023cab4dbfae608e60b599048bb21509298758 (patch) | |
tree | 86bac8cbb0148d6bec639f9b450a4f5ed95f736c /Misc | |
parent | d53dfa3fb1c86e97ad787bdcb3c7e068a7ba2580 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |