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

Remove supoprt for non standard output streams that are not binary by removing the try-except check that writes a unicode character to the stream #523

Merged
merged 3 commits into from
Oct 25, 2020

Conversation

pietermarsman
Copy link
Member

Pull request

Closes #191

How Has This Been Tested?

Added test for all the streams that we support / know.

Checklist

  • I have added tests that prove my fix is effective or that my feature
    works
  • I have added docstrings to newly created methods and classes
  • I have optimized the code at least one time after creating the initial
    version
  • I have updated the README.md or I am verified that this
    is not necessary
  • I have updated the readthedocs documentation or I
    verified that this is not necessary
  • I have added a consice human-readable description of the change to
    CHANGELOG.md

… removing the try-except check that writes a unicode character to the stream
@pietermarsman pietermarsman force-pushed the 191-remove-try-except-check-for-output-stream branch from d812e8b to 6c51ce4 Compare October 25, 2020 12:31
@pietermarsman pietermarsman merged commit f8e6ad6 into develop Oct 25, 2020
@pietermarsman pietermarsman deleted the 191-remove-try-except-check-for-output-stream branch February 2, 2022 21:33
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.

'è' added if using an stream different from io.StringIO
1 participant