diff --git a/dev-python/importlib_resources/metadata.xml b/dev-python/importlib_resources/metadata.xml index 0ef87864b4315..45769af041323 100644 --- a/dev-python/importlib_resources/metadata.xml +++ b/dev-python/importlib_resources/metadata.xml @@ -10,15 +10,15 @@ Python - Backport of Python 3.7’s standard library importlib.resources - module for Python 2.7, and 3.4 through 3.6. Users of Python - 3.7 and beyond are encouraged to use the standard library - module, and in fact for these versions, importlib_resources - just shadows that module. + Backport of Python standard library importlib.resources module + for Python 2.7, and 3.4 through 3.8. Users of Python 3.9 and beyond + should use the standard library module, since for these versions, + importlib_resources just delegates to that module. - python-devs/importlib_resources + python/importlib_resources importlib_resources - https://gitlab.com/python-devs/importlib_resources/issues + https://github.com/python/importlib_resources/issues + https://importlib-resources.readthedocs.io/