We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefe78c commit 6e91e7fCopy full SHA for 6e91e7f
README.rst
@@ -2,10 +2,10 @@
2
``importlib_resources``
3
=========================
4
5
-``importlib_resources`` is a backport of Python 3.7's standard library
+``importlib_resources`` is a backport of Python standard library
6
`importlib.resources
7
-<https://docs.python.org/3.7/library/importlib.html#module-importlib.resources>`_
8
-module for Python 2.7, and 3.4 through 3.6. Users of Python 3.7 and beyond
+<https://docs.python.org/3.9/library/importlib.html#module-importlib.resources>`_
+module for Python 2.7, and 3.4 through 3.8. Users of Python 3.9 and beyond
9
should use the standard library module, since for these versions,
10
``importlib_resources`` just delegates to that module.
11
0 commit comments