File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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.
1718Developers looking for detailed API descriptions should refer to the Python
18193.8 standard library documentation.
1920
You can’t perform that action at this time.
0 commit comments