From f55c64c632af438d0daa043acdd95a5e74f31441 Mon Sep 17 00:00:00 2001 From: Tal Einat Date: Thu, 27 Sep 2018 00:20:38 +0300 Subject: bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595) --- Doc/library/socket.rst | 2 +- Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 44370fe..bfb315f 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -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 diff --git a/Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst b/Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst index c5d6467..26294a9 100644 --- a/Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst +++ b/Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst @@ -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. \ No newline at end of file -- cgit v0.12