[issue39121] gzip header write OS field

Serhiy Storchaka report at bugs.python.org
Mon Dec 23 03:04:50 EST 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The OS field is used in determining end-of-line convention for text files. But since we do not set the FTEXT flag, all files are binary. RFC 1952

Why do you need to set this field?

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39121>
_______________________________________


More information about the Python-bugs-list mailing list