mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-27 11:57:56 -04:00
the csv module needs to write out to a stream with newline='' on python3. And use PolyglotStringIO instead of PolyglotBytesIO so we remain unicode as long as possible.