This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients jaraco
Date 2021-07-29.02:48:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627526933.52.0.0424131606686.issue44771@roundup.psfhosted.org>
In-reply-to
Content
Importlib_resources 5.1 and 5.2 introduced the following changes (more details at https://importlib-resources.readthedocs.io/en/latest/history.html#v5-2-1):

- Added ``simple`` module implementing adapters from a low-level resources reader interface to a ``TraversableResources`` interface.
- Legacy API (``path``, ``contents``, ...) is now supported entirely by the ``.files()`` API with a compatibility shim supplied for resource loaders without that functionality.

Let's incorporate those into the stdlib version.
History
Date User Action Args
2021-07-29 02:48:53jaracosetrecipients: + jaraco
2021-07-29 02:48:53jaracosetmessageid: <1627526933.52.0.0424131606686.issue44771@roundup.psfhosted.org>
2021-07-29 02:48:53jaracolinkissue44771 messages
2021-07-29 02:48:53jaracocreate