Skip to content

Commit 6e91e7f

Browse files
committed
Update readme to reflect new behavior slated for Python 3.9. Closes python#78.
1 parent eefe78c commit 6e91e7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
``importlib_resources``
33
=========================
44

5-
``importlib_resources`` is a backport of Python 3.7's standard library
5+
``importlib_resources`` is a backport of Python standard library
66
`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
7+
<https://docs.python.org/3.9/library/importlib.html#module-importlib.resources>`_
8+
module for Python 2.7, and 3.4 through 3.8. Users of Python 3.9 and beyond
99
should use the standard library module, since for these versions,
1010
``importlib_resources`` just delegates to that module.
1111

0 commit comments

Comments
 (0)