Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ created. Socket addresses are represented as follows:
family is represented as a ``(node, port)`` tuple where the *node* and *port*
are non-negative integers.

.. versionadded:: 3.7
.. versionadded:: 3.8

If you use a hostname in the *host* portion of IPv4/v6 socket address, the
program may show a nondeterministic behavior, as Python uses the first address
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Add support for sockets of the AF_QIPCRTR address family, supported by the
Linux kernel. This is used to communicate with services, such as GPS or
radio, running on Qualcomm devices.
radio, running on Qualcomm devices. Patch by Bjorn Andersson.