gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)

This commit is contained in:
Serhiy Storchaka 2024-03-07 10:05:03 +02:00 committed by GitHub
parent 40b79efae7
commit 808a77612f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 80 additions and 109 deletions

View file

@ -605,6 +605,9 @@ Opening network connections
The *family*, *proto*, *flags*, *reuse_address*, *reuse_port*,
*allow_broadcast*, and *sock* parameters were added.
.. versionchanged:: 3.8
Added support for Windows.
.. versionchanged:: 3.8.1
The *reuse_address* parameter is no longer supported, as using
:ref:`socket.SO_REUSEADDR <socket-unix-constants>`
@ -622,9 +625,6 @@ Opening network connections
prevents processes with differing UIDs from assigning sockets to the same
socket address.
.. versionchanged:: 3.8
Added support for Windows.
.. versionchanged:: 3.11
The *reuse_address* parameter, disabled since Python 3.8.1,
3.7.6 and 3.6.10, has been entirely removed.