Closed sposadac closed 7 years ago
The default behavior of gzip.open in python3 has changed compared to python2.7. If text mode is not required, contents are read as byte-strings and posterior operations are no longer compatible.
LGTM, but this @ozagordi's call
Thanks! Sorry for the delay in dealing with this, I'm just back from a short break.
The default behavior of gzip.open in python3 has changed compared to python2.7. If text mode is not required, contents are read as byte-strings and posterior operations are no longer compatible.