You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading from stdin was broken in python2. This was not noticed, because
stdin is mocked in the tests.
Apparently the same applies to writing.
This commit fixes both.
Closes#35
0 commit comments