mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case.
This commit is contained in:
parent
cd6bb26fa7
commit
89197fe93c
2 changed files with 8 additions and 1 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue