Skip to content

Fix encoding-fallback printing on Py3 #336

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

Merged
merged 1 commit into from
Oct 18, 2015
Merged

Conversation

pv
Copy link
Collaborator

@pv pv commented Oct 18, 2015

Take into account that codecs.StreamWriter require a byte stream to
write to, and that the resulting writer should be fed unicode.

Fixes gh-334

Take into account that codecs.StreamWriter require a byte stream to
write to, and that the resulting writer should be fed unicode.
@pv
Copy link
Collaborator Author

pv commented Oct 18, 2015

This code is a bit unclear on the text vs bytes issue, and could maybe use some cleanup later on...

pv added a commit that referenced this pull request Oct 18, 2015
Fix encoding-fallback printing on Py3
@pv pv merged commit ed58613 into airspeed-velocity:master Oct 18, 2015
@pv
Copy link
Collaborator Author

pv commented Oct 18, 2015

Should be straightforward, merging.

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.

1 participant