diff options
author | Yury Selivanov <yury@magic.io> | 2018-06-29 01:59:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 01:59:32 (GMT) |
commit | d904c238ca3551750cb97d15d827c3e525970867 (patch) | |
tree | 8a937214dcd97d5f149d24915cda85d129d3d4a5 /Misc/NEWS.d | |
parent | 41cb0baea96a80360971908a0bd79d9d40dd5e44 (diff) | |
download | cpython-d904c238ca3551750cb97d15d827c3e525970867.zip cpython-d904c238ca3551750cb97d15d827c3e525970867.tar.gz cpython-d904c238ca3551750cb97d15d827c3e525970867.tar.bz2 |
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-28-13-00-12.bpo-27500._s1gZ5.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-28-13-00-12.bpo-27500._s1gZ5.rst b/Misc/NEWS.d/next/Library/2018-06-28-13-00-12.bpo-27500._s1gZ5.rst new file mode 100644 index 0000000..4762e27 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-28-13-00-12.bpo-27500._s1gZ5.rst @@ -0,0 +1 @@ +Fix getaddrinfo to resolve IPv6 addresses correctly. |