Skip to content

Commit 48a4927

Browse files
committed
Update documentation to reflect new expectation.
1 parent 7a0849d commit 48a4927

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

importlib_metadata/docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ efficient ``pkg_resources`` package.
1212

1313
``importlib_metadata`` is a backport of Python 3.8's standard library
1414
`importlib.metadata`_ module for Python 2.7, and 3.4 through 3.7. Users of
15-
Python 3.8 and beyond are encouraged to use the standard library module, and
16-
in fact for these versions, ``importlib_metadata`` just shadows that module.
15+
Python 3.8 and beyond are encouraged to use the standard library module.
16+
When imported on Python 3.8 and later, ``importlib_metadata`` replaces the
17+
DistributionFinder behavior from the stdlib, but leaves the API in tact.
1718
Developers looking for detailed API descriptions should refer to the Python
1819
3.8 standard library documentation.
1920

0 commit comments

Comments
 (0)