Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42129: Add support for resources in namespaces (GH-24670) | Jason R. Coombs | 2021-03-04 | 1 | -11/+16 |
| | | | | | * 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 | ||||
* | bpo-32248: Fix test_importlib.test_open() (#5213) | Victor Stinner | 2018-01-17 | 1 | -2/+2 |
| | | | | Use the binary.file instead of utf-8.file to avoid issues with Unix newlines vs Windows newlines. | ||||
* | bpo-32248 - Implement importlib.resources (#4911) | Barry Warsaw | 2017-12-30 | 1 | -0/+72 |
Port importlib_resources to importlib.resources |