]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41983: add availability info to socket docs (GH-27519)
authorandrei kulakov <andrei.avk@gmail.com>
Thu, 21 Oct 2021 21:13:37 +0000 (17:13 -0400)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 21:13:37 +0000 (23:13 +0200)
* add availability info to AF_PACKET section

* add availability for AF_QIPCRTR as well

Doc/library/socket.rst

index 27ad5c7fd1d91f2b7927791ac7f960591edf49ba..831821bbda77c8cd746045f95295c497287b6911 100755 (executable)
@@ -197,11 +197,15 @@ created.  Socket addresses are represented as follows:
   - *addr* - Optional bytes-like object specifying the hardware physical
     address, whose interpretation depends on the device.
 
+   .. availability:: Linux >= 2.2.
+
 - :const:`AF_QIPCRTR` is a Linux-only socket based interface for communicating
   with services running on co-processors in Qualcomm platforms. The address
   family is represented as a ``(node, port)`` tuple where the *node* and *port*
   are non-negative integers.
 
+   .. availability:: Linux >= 4.7.
+
   .. versionadded:: 3.8
 
 - :const:`IPPROTO_UDPLITE` is a variant of UDP which allows you to specify