[New-bugs-announce] [issue39121] gzip header write OS field

Rob Man report at bugs.python.org
Sun Dec 22 19:39:47 EST 2019


New submission from Rob Man <sir.mandic at gmail.com>:

Files written with gzip module write a value of 255 (unknown) at the 10th position in the header which defined what OS was used when gzip file was written. 
Files written with gzip linux command correctly set that field to the value of 3 (Unix).
This ehancement does that.

----------
components: Library (Lib)
messages: 358801
nosy: wungad
priority: normal
severity: normal
status: open
title: gzip header write OS field
type: enhancement
versions: Python 3.9

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


More information about the New-bugs-announce mailing list