commit | 67148254146948041a77d8a2989f41b88cdb2f99 | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Thu Mar 04 13:43:00 2021 -0500 |
committer | GitHub <noreply@github.com> | Thu Mar 04 13:43:00 2021 -0500 |
tree | 036bcb818e80090b34f0c59f57f8b6946b52b21d | |
parent | fbf75b9997e280b1220755d0a17dbed71240d42e [diff] |
bpo-42129: Add support for resources in namespaces (GH-24670) * Unify behavior in ResourceReaderDefaultsTests and align with the behavior found in importlib_resources. * Equip NamespaceLoader with a NamespaceReader. * Apply changes from importlib_resources 5.0.4