Skip to content

Commit

Permalink
Change pending
Browse files Browse the repository at this point in the history
  • Loading branch information
rruuaanng authored Nov 3, 2024
1 parent f2736c2 commit 2fdba78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/deprecations/pending-removal-in-3.16.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Pending Removal in Python 3.16
``~bool``, bitwise inversion on bool.

* :mod:`socket`:
If type annotations are required, use :class:`~socket.socket` instead.
No longer use :class:`socket.SocketType` as a type annotation, If type
annotations are required, use :class:`socket.socket` instead.
(Contributed by James Roy in :gh:`88427`.)

* :mod:`symtable`:
Expand Down

0 comments on commit 2fdba78

Please sign in to comment.