summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-10-29 10:45:56 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-10-29 10:45:56 (GMT)
commitd4621190c9206cb01a1ca03d1cc8ae0d7e9f90d9 (patch)
tree67b6f32b87d9aaee0f7cd1061261b79c66409832 /Misc
parent39be3834069fe35782e852fdd845d55ff39ad345 (diff)
downloadcpython-d4621190c9206cb01a1ca03d1cc8ae0d7e9f90d9.zip
cpython-d4621190c9206cb01a1ca03d1cc8ae0d7e9f90d9.tar.gz
cpython-d4621190c9206cb01a1ca03d1cc8ae0d7e9f90d9.tar.bz2
Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch
by Xavier de Gaye.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 2a62d96..821a812 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -225,6 +225,7 @@ Pierre-Yves David
Scott David Daniels
Ben Darnell
Jonathan Dasteel
+Xavier de Gaye
John DeGood
Ned Deily
Vincent Delft
diff --git a/Misc/NEWS b/Misc/NEWS
index 92f8818..a821751 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1500,6 +1500,9 @@ Extension Modules
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