Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Improve get_type_hints entry
  • Loading branch information
MonadChains committed Dec 24, 2022
commit ad64aab06e7bb33f9b76f86e6fe4a0c5dc3fc090
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2774,7 +2774,7 @@ Introspection helpers
Added ``include_extras`` parameter as part of :pep:`593`.

.. versionchanged:: 3.10
``__annotations__`` of a class does not contain anymore the annotations
Calling ``get_type_hints()`` on a class no longer returns the annotations
of its base classes.

.. versionchanged:: 3.11
Expand Down