We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e8611 commit 5e6c7cbCopy full SHA for 5e6c7cb
src/doc/en/developer/coding_in_python.rst
@@ -34,12 +34,14 @@ using one of two mechanisms:
34
should include this ``__future__`` import and follow PEP 563.
35
36
- Backport packages
37
+
38
- `importlib_metadata <../reference/spkg/importlib_metadata>`_
39
(to be used in place of ``importlib.metadata``),
40
- `importlib_resources <../reference/spkg/importlib_resources>`_
41
(to be used in place of ``importlib.resources``),
42
- `typing_extensions <../reference/spkg/typing_extensions>`_
43
(to be used in place of ``typing``).
44
45
The Sage library declares these packages as dependencies and ensures that
46
versions that provide features of Python 3.11 are available.
47
0 commit comments