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

Commit 10dbc18

Browse files
author
Matthias Koeppe
committed
src/doc/en/developer/coding_in_python.rst: Mention typing_extensions
1 parent 4e48354 commit 10dbc18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/en/developer/coding_in_python.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ using one of two mechanisms:
3333
Sage library code that uses type annotations should include this
3434
``__future__`` import and follow PEP 563.
3535

36-
- The Sage distribution includes the backport packages ``importlib_metadata``
37-
and ``importlib_resources``.
36+
- The Sage distribution includes the backport packages ``importlib_metadata``,
37+
``importlib_resources``, and ``typing_extensions``.
3838

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

0 commit comments

Comments
 (0)