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 36598e1 commit 931ce2bCopy full SHA for 931ce2b
Doc/deprecations/pending-removal-in-3.16.rst
@@ -9,8 +9,7 @@ Pending Removal in Python 3.16
9
``~bool``, bitwise inversion on bool.
10
11
* :mod:`socket`:
12
- No longer use :class:`socket.SocketType` as a type annotation, If type
13
- annotations are required, use :class:`socket.socket` instead.
+ :class:`socket.SocketType` use :class:`socket.socket` type instead.
14
(Contributed by James Roy in :gh:`88427`.)
15
16
* :mod:`symtable`:
0 commit comments