In one of my projects I used sys.stdin.encoding, but since in this project we have:
sys.stdout = sys.stdin = handle
I got an exception during runtime.
Can we have a default values for that attribute (or even have the ability to pass its attribute in the constructor)?
(I can submit a PR if it's relevant)