Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a776e7

Browse filesBrowse files
committed
gh-94309: Fix documentation for deprecated aliases
1 parent 0ee2d77 commit 5a776e7
Copy full SHA for 5a776e7

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎Doc/whatsnew/3.12.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.12.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,9 @@ Deprecated
12891289

12901290
* :mod:`typing`:
12911291

1292-
* :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
1293-
and :class:`collections.abc.Sized`. (:gh:`94309`.)
1292+
* :class:`typing.Hashable` and :class:`typing.Sized`, aliases for
1293+
:class:`collections.abc.Hashable` and :class:`collections.abc.Sized` respectively, are
1294+
deprecated. (:gh:`94309`.)
12941295

12951296
* :class:`typing.ByteString`, deprecated since Python 3.9, now causes a
12961297
:exc:`DeprecationWarning` to be emitted when it is used.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.