commit | 03883624a4c8bb07d7e4b55a24be6aaf8edd42c5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu May 27 22:29:48 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu May 27 22:29:48 2010 +0000 |
tree | 2752a86f50fe62996848c940dac890110629e824 | |
parent | 29f1bb3227e235af444c725905dd29cf398198e9 [diff] [blame] |
Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and gaierror(EAI_NODATA)
diff --git a/Misc/NEWS b/Misc/NEWS index c27dc4a..0de7e3b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -78,6 +78,9 @@ Tests ----- +- Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) + and gaierror(EAI_NODATA) + - Issue #7449: Skip test_socketserver if threading support is disabled - On darwin, ``test_site`` assumed that a framework build was being used,