Skip to content

Commit

Permalink
Remove references to specific Python versions, as this project and CP…
Browse files Browse the repository at this point in the history
…ython are evolving over time.
  • Loading branch information
jaraco committed Oct 19, 2021
1 parent 6a276ff commit 65c641c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ versions of Python), this can eliminate the need to use the older and less
efficient ``pkg_resources`` package.

``importlib_metadata`` supplies a backport of
:doc:`importlib.metadata <library/importlib.metadata>` as found in
Python 3.8 and later for earlier Python releases. Users of
Python 3.8 and beyond are encouraged to use the standard library module
when possible and fall back to ``importlib_metadata`` when necessary.
When imported on Python 3.8 and later, ``importlib_metadata`` replaces the
DistributionFinder behavior from the stdlib, but leaves the API in tact.
Developers looking for detailed API descriptions should refer to the Python
3.8 standard library documentation.
:doc:`importlib.metadata <library/importlib.metadata>`,
enabling early access to features of future Python versions and making
functionality available for older Python versions. Users are encouraged to
use the Python standard library where suitable and fall back to
this library for future compatibility. Developers looking for detailed API
descriptions should refer to the standard library documentation.

The documentation here includes a general :ref:`usage <using>` guide.

Expand Down

0 comments on commit 65c641c

Please sign in to comment.