Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |