diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |