Skip to content

Commit c68e382

Browse files
AlexWaygoodCAM-Gerlach
authored andcommitted
gh-92417: importlib docs: remove references to unsupported Python versions (GH-92424)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent 96e533b commit c68e382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/using.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
package metadata. Built in part on Python's import system, this library
99
intends to replace similar functionality in the `entry point
1010
API`_ and `metadata API`_ of ``pkg_resources``. Along with
11-
:mod:`importlib.resources` in Python 3.7
12-
and newer (backported as :doc:`importlib_resources <importlib_resources:index>` for older versions of
13-
Python), this can eliminate the need to use the older and less efficient
11+
:mod:`importlib.resources` (with new features backported to the
12+
`importlib_resources`_ package), this can eliminate the need to use the older
13+
and less efficient
1414
``pkg_resources`` package.
1515

1616
By "installed package" we generally mean a third-party package installed into

0 commit comments

Comments
 (0)