]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
authorTal Einat <taleinat+github@gmail.com>
Wed, 26 Sep 2018 21:20:38 +0000 (00:20 +0300)
committerGitHub <noreply@github.com>
Wed, 26 Sep 2018 21:20:38 +0000 (00:20 +0300)
Doc/library/socket.rst
Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst

index 44370fef35c396848573bef9aea0505a02cc8a57..bfb315f1875a6a08c2bae7ea6cd106d4155b8be6 100644 (file)
@@ -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
index c5d646775b9421381eb44a5d378401fc7f2242b8..26294a9a47657f48483a13f8357b6aeb7d26e949 100644 (file)
@@ -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