File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,12 @@ versions of Python), this can eliminate the need to use the older and less
1010efficient ``pkg_resources `` package.
1111
1212``importlib_metadata `` supplies a backport of
13- :doc: `importlib.metadata <library/importlib.metadata >` as found in
14- Python 3.8 and later for earlier Python releases. Users of
15- Python 3.8 and beyond are encouraged to use the standard library module
16- when possible and fall back to ``importlib_metadata `` when necessary.
17- When imported on Python 3.8 and later, ``importlib_metadata `` replaces the
18- DistributionFinder behavior from the stdlib, but leaves the API in tact.
19- Developers looking for detailed API descriptions should refer to the Python
20- 3.8 standard library documentation.
13+ :doc: `importlib.metadata <library/importlib.metadata >`,
14+ enabling early access to features of future Python versions and making
15+ functionality available for older Python versions. Users are encouraged to
16+ use the Python standard library where suitable and fall back to
17+ this library for future compatibility. Developers looking for detailed API
18+ descriptions should refer to the standard library documentation.
2119
2220The documentation here includes a general :ref: `usage <using >` guide.
2321
You can’t perform that action at this time.
0 commit comments