Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/doc/en/developer/coding_in_python.rst: Mention typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 8, 2022
1 parent 4e48354 commit 10dbc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/en/developer/coding_in_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ using one of two mechanisms:
Sage library code that uses type annotations should include this
``__future__`` import and follow PEP 563.

- The Sage distribution includes the backport packages ``importlib_metadata``
and ``importlib_resources``.
- The Sage distribution includes the backport packages ``importlib_metadata``,
``importlib_resources``, and ``typing_extensions``.

Meta-ticket :trac:`29756` keeps track of newer Python features and serves
as a starting point for discussions on how to make use of them in the
Expand Down

0 comments on commit 10dbc18

Please sign in to comment.