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.
importlib
1 parent 96e533b commit c68e382Copy full SHA for c68e382
docs/using.rst
@@ -8,9 +8,9 @@
8
package metadata. Built in part on Python's import system, this library
9
intends to replace similar functionality in the `entry point
10
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
+:mod:`importlib.resources` (with new features backported to the
+`importlib_resources`_ package), this can eliminate the need to use the older
+and less efficient
14
``pkg_resources`` package.
15
16
By "installed package" we generally mean a third-party package installed into
0 commit comments