Skip to content

Commit

Permalink
Update readme to reflect new behavior slated for Python 3.9. Closes p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 3, 2020
1 parent eefe78c commit 6e91e7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
``importlib_resources``
=========================

``importlib_resources`` is a backport of Python 3.7's standard library
``importlib_resources`` is a backport of Python standard library
`importlib.resources
<https://docs.python.org/3.7/library/importlib.html#module-importlib.resources>`_
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
should use the standard library module, since for these versions,
``importlib_resources`` just delegates to that module.

Expand Down

0 comments on commit 6e91e7f

Please sign in to comment.