]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Backport PR #112477: correct socket AF_PACKET docs (#112478)
authorGregory P. Smith <greg@krypto.org>
Mon, 27 Nov 2023 23:54:21 +0000 (15:54 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 23:54:21 +0000 (23:54 +0000)
commit03b522d3ef8cfc2735134b486bb2581237907b57
tree644d74530c924ef81ad7d582177ed9e929b2ebd1
parentc3e5d0d936acb988e547fef2f188fce379694d8c
[3.11] Backport PR #112477: correct socket AF_PACKET docs (#112478)

Backport PR #112477: correct socket AF_PACKET docs

Network byte order is not involved in the `int` on the Python side.
That happens under the hood.

Correctly use the term addresses instead of packets.
Doc/library/socket.rst