Message 358801 - Python tracker

Message358801

Author wungad
Recipients wungad
Date 2019-12-23.00:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577061587.89.0.561530879196.issue39121@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-12-23 00:39:47wungadsetrecipients: + wungad
2019-12-23 00:39:47wungadsetmessageid: <1577061587.89.0.561530879196.issue39121@roundup.psfhosted.org>
2019-12-23 00:39:47wungadlinkissue39121 messages
2019-12-23 00:39:47wungadcreate