Skip to content

Commit b26eae5

Browse files
bpo-41983: add availability info to socket docs (pythonGH-27519) (pythonGH-29137)
* add availability info to AF_PACKET section * add availability for AF_QIPCRTR as well (cherry picked from commit 5137538) Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
1 parent 04485ac commit b26eae5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/socket.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,15 @@ created. Socket addresses are represented as follows:
197197
- *addr* - Optional bytes-like object specifying the hardware physical
198198
address, whose interpretation depends on the device.
199199

200+
.. availability:: Linux >= 2.2.
201+
200202
- :const:`AF_QIPCRTR` is a Linux-only socket based interface for communicating
201203
with services running on co-processors in Qualcomm platforms. The address
202204
family is represented as a ``(node, port)`` tuple where the *node* and *port*
203205
are non-negative integers.
204206

207+
.. availability:: Linux >= 4.7.
208+
205209
.. versionadded:: 3.8
206210

207211
- :const:`IPPROTO_UDPLITE` is a variant of UDP which allows you to specify

0 commit comments

Comments
 (0)