Skip to content

Commit

Permalink
split Deprecated by when the deprecations are schduled
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jul 18, 2022
1 parent 69fe4d7 commit 2e6e996
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ and will be removed in Python 3.14.
APIs:

* :class:`asyncio.MultiLoopChildWatcher` (:gh:`94648`)

The following APIs were deprecated in this Python release and will be removed,
although there is currently no date scheduled for their removal.

APIs:

* :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
and :class:`collections.abc.Sized`. (:gh:`94309`)

Expand Down

0 comments on commit 2e6e996

Please sign in to comment.