Unverified Kaydet (Commit) f55c64c6 authored tarafından Tal Einat's avatar Tal Einat Kaydeden (comit) GitHub

bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)

üst 130717fe
...@@ -198,7 +198,7 @@ created. Socket addresses are represented as follows: ...@@ -198,7 +198,7 @@ created. Socket addresses are represented as follows:
family is represented as a ``(node, port)`` tuple where the *node* and *port* family is represented as a ``(node, port)`` tuple where the *node* and *port*
are non-negative integers. 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 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 program may show a nondeterministic behavior, as Python uses the first address
......
Add support for sockets of the AF_QIPCRTR address family, supported by the 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 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment