mirror of
https://github.com/frej/fast-export.git
synced 2026-01-14 18:22:05 +01:00
7eaba68bc2497cb5adbf3e8a01ad3f3ac657cf7b
Because on Windows sys.stdout is initially in text mode, any LF characters written to it will be transformed to CRLF, which causes git to blow up. This change uses Windows platform-specific code to change sys.stdout to binary mode.
Description
Languages
Python
70.7%
Shell
29.1%
Makefile
0.2%