summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 530cc6f..b9e8d16 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@ C-API
Tests
-----
+- Do not fail test_socket when the IP address of the local hostname
+ cannot be looked up.
+
- Issue #8886: Use context managers throughout test_zipfile. Patch by
Eric Carstensen.