commit | d4621190c9206cb01a1ca03d1cc8ae0d7e9f90d9 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Sat Oct 29 12:45:56 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Sat Oct 29 12:45:56 2011 +0200 |
tree | 67b6f32b87d9aaee0f7cd1061261b79c66409832 | |
parent | 39be3834069fe35782e852fdd845d55ff39ad345 [diff] [blame] |
Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Xavier de Gaye.
diff --git a/Misc/NEWS b/Misc/NEWS index 92f8818..a821751 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1500,6 +1500,9 @@ Tests ----- +- Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch + by Xavier de Gaye. + - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. - Re-enable lib2to3's test_parser.py tests, though with an expected failure