Add versionchanged in create_datagram_endpoint doc#4697
Conversation
Most of the parameters were added in 3.4.4 (b9bf913), but this change was not documented
|
Thanks for contribution but I think the ship has sailed too long ago for such change. @1st1 what is your opinion? |
|
Note that in my case, I've just discovered this after deploying on a Debian jessie, that is still shipping with 3.4.2 |
|
Documentation changes are always fine, even in security-fixes-only branches. I'll accept this in 3.4 and 3.5 after a review. |
|
|
||
| .. versionchanged:: 3.4.4 | ||
|
|
||
| The *family*, *proto*, *flags*, *reuse_address*, *reuse_port, *allow_broadcast*, and *sock* parameters were added |
There was a problem hiding this comment.
Please break the line at 72 characters.
|
@asvetlov: Please replace |
|
GH-6810 is a backport of this pull request to the 3.7 branch. |
|
I've missed the PR, sorry |
|
GH-6811 is a backport of this pull request to the 3.6 branch. |
Most of the parameters were added in 3.4.4 (b9bf913), but this
change was not documented