Skip to content

Commit f55c64c

Browse files
authored
bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
1 parent 130717f commit f55c64c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ created. Socket addresses are represented as follows:
198198
family is represented as a ``(node, port)`` tuple where the *node* and *port*
199199
are non-negative integers.
200200

201-
.. versionadded:: 3.7
201+
.. versionadded:: 3.8
202202

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

0 commit comments

Comments
 (0)