We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2736c2 commit 2fdba78Copy full SHA for 2fdba78
Doc/deprecations/pending-removal-in-3.16.rst
@@ -9,7 +9,8 @@ Pending Removal in Python 3.16
9
``~bool``, bitwise inversion on bool.
10
11
* :mod:`socket`:
12
- If type annotations are required, use :class:`~socket.socket` instead.
+ No longer use :class:`socket.SocketType` as a type annotation, If type
13
+ annotations are required, use :class:`socket.socket` instead.
14
(Contributed by James Roy in :gh:`88427`.)
15
16
* :mod:`symtable`:
0 commit comments