lglaf
lglaf copied to clipboard
fix unwanted CRLF conversion on windows
python 2.x does CRLF conversion on windows by default, causing my READs to be damaged.
Took my fix from http://stackoverflow.com/questions/2374427/python-2-x-write-binary-output-to-stdout
@erik-smit Thanks for your PR! Does this also work with Python 3? Can you try the suggestion from @ehem?
I don't really have time to further this, sorry.