summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_open.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-32248: Fix test_importlib.test_open() (#5213)Victor Stinner2018-01-171-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 Warsaw2017-12-301-0/+72
Port importlib_resources to importlib.resources