]> granicus.if.org Git - python/commit
bpo-32248: Fix test_importlib.test_open() (#5213)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jan 2018 14:21:50 +0000 (15:21 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2018 14:21:50 +0000 (15:21 +0100)
commit3a0cf931796b9ad1b4833ab89c79d284b4253c91
treeb8daef2efe307173a7c76f3b11945a0592582f44
parent44a70e9336765404057b12345465844dc291297a
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.
Lib/test/test_importlib/test_open.py