This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ddorda
Recipients ddorda, ned.deily
Date 2016-07-16.08:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468659437.23.0.291691557167.issue27525@psf.upfronthosting.co.za>
In-reply-to
Content
It does not seem like a feature after you see this issue #27521.
The OS was just hardcoded, the same way the compression level was hardcoded. you may say it's a feature too :P

The way I see it, the gzip module should at least work like the original GNU gzip, if not following the RFC (which I believe is even better).

Anyways i verified that OS X fills a UNIX OS header, and fixed my code (patch included) :)
History
Date User Action Args
2016-07-16 08:57:17ddordasetrecipients: + ddorda, ned.deily
2016-07-16 08:57:17ddordasetmessageid: <1468659437.23.0.291691557167.issue27525@psf.upfronthosting.co.za>
2016-07-16 08:57:17ddordalinkissue27525 messages
2016-07-16 08:57:17ddordacreate