Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use stderr.splitlines rather than Popen(universal_newlines=True) #200

Closed
wants to merge 1 commit into from
Closed

Use stderr.splitlines rather than Popen(universal_newlines=True) #200

wants to merge 1 commit into from

Conversation

garyvdm
Copy link
Contributor

@garyvdm garyvdm commented Jun 18, 2014

The reason for this is that universal_newlines takes the Popen files out of bytes mode on python3.

This is an alternative fix to this commit: 5f706799a8e820c90a0ddf755765ebf4R47

The reason for this is that universal_newlines takes the Popen files out of
bytes mode on python3.
@jelmer
Copy link
Owner

jelmer commented Jun 18, 2014

Thanks, merged!

@jelmer jelmer closed this Jun 18, 2014
@garyvdm garyvdm deleted the blackbox_newlines branch June 20, 2014 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants