diff --git a/Misc/NEWS.d/next/Library/2024-11-01-20-09-53.gh-issue-88427.chYNT6.rst b/Misc/NEWS.d/next/Library/2024-11-01-20-09-53.gh-issue-88427.chYNT6.rst index 1647868a79ab39..91741a06a22fab 100644 --- a/Misc/NEWS.d/next/Library/2024-11-01-20-09-53.gh-issue-88427.chYNT6.rst +++ b/Misc/NEWS.d/next/Library/2024-11-01-20-09-53.gh-issue-88427.chYNT6.rst @@ -1 +1 @@ -:attr:`!socket.SocketType` is deprecated. Use :class:`socket.socket` in type annotations instead. +:attr:`!socket.SocketType` is deprecated and is planned to be removed in 3.16. Use :class:`socket.socket` in type annotations instead.