bpo-32248: Fix test_importlib.test_open() by vstinner · Pull Request #5213 · python/cpython · GitHub
Skip to content

bpo-32248: Fix test_importlib.test_open() - #5213

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:importlib_open_binary
Jan 17, 2018
Merged

bpo-32248: Fix test_importlib.test_open()#5213
vstinner merged 1 commit into
python:masterfrom
vstinner:importlib_open_binary

Conversation

@vstinner

@vstinner vstinner commented Jan 17, 2018

Copy link
Copy Markdown
Member

Use the binary.file instead of utf-8.file to avoid issues with
Unix newlines vs Windows newlines.

https://bugs.python.org/issue32248

Use the binary.file instead of utf-8.file to avoid issues with
Unix newlines vs Windows newlines.
@vstinner

Copy link
Copy Markdown
Member Author

@vstinner

Copy link
Copy Markdown
Member Author

@vstinner
vstinner merged commit 3a0cf93 into python:master Jan 17, 2018
@vstinner
vstinner deleted the importlib_open_binary branch January 17, 2018 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants