]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128546: Document that getaddrinfo() can return raw data (#128547)
authorSebastian Rittau <srittau@rittau.biz>
Tue, 30 Dec 2025 05:23:30 +0000 (06:23 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Dec 2025 05:23:30 +0000 (21:23 -0800)
commitef834dee89d5b9413366db4cc519b015c51b5cb9
tree7bdf00103fb9beb8bcd793c13b9612207660ce91
parent79c03ac0015ccf1cbb759f870e2af9d68f60fe3a
gh-128546: Document that getaddrinfo() can return raw data (#128547)

Document that getaddrinfo() can return raw data

This is the case for IPv6 addresses if Python was compiled with
--disable-ipv6.
Doc/library/socket.rst