diff options
author | Tal Einat <taleinat+github@gmail.com> | 2018-09-26 21:20:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 21:20:38 (GMT) |
commit | f55c64c632af438d0daa043acdd95a5e74f31441 (patch) | |
tree | eefdf0d00c66bbc2faa3b8d6027642448458c4e5 /Doc/library/socket.rst | |
parent | 130717fe58abb2ab9e7938207df0c130a2562747 (diff) | |
download | cpython-f55c64c632af438d0daa043acdd95a5e74f31441.zip cpython-f55c64c632af438d0daa043acdd95a5e74f31441.tar.gz cpython-f55c64c632af438d0daa043acdd95a5e74f31441.tar.bz2 |
bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 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 |