| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 96e533b commit c68e382
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,9 +8,9 @@ | |||
| 8 | 8 | package metadata. Built in part on Python's import system, this library | |
| 9 | 9 | intends to replace similar functionality in the `entry point | |
| 10 | 10 | API`_ and `metadata API`_ of ``pkg_resources``. Along with | |
| 11 | - :mod:`importlib.resources` in Python 3.7 | ||
| 12 | - and newer (backported as :doc:`importlib_resources <importlib_resources:index>` for older versions of | ||
| 13 | - Python), this can eliminate the need to use the older and less efficient | ||
| 11 | + :mod:`importlib.resources` (with new features backported to the | ||
| 12 | + `importlib_resources`_ package), this can eliminate the need to use the older | ||
| 13 | + and less efficient | ||
| 14 | 14 | ``pkg_resources`` package. | |
| 15 | 15 | ||
| 16 | 16 | By "installed package" we generally mean a third-party package installed into | |
| Back | FazBrowse Home | New Git URL |
0 commit comments