Files
cpython/Lib/test/test_importlib
Victor Stinner 3a0cf93179 bpo-32248: Fix test_importlib.test_open() (#5213)
Use the binary.file instead of utf-8.file to avoid issues with
Unix newlines vs Windows newlines.
2018-01-17 15:21:50 +01:00
..