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 serhiy.storchaka
Recipients serhiy.storchaka, wchargin
Date 2020-01-20.08:29:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579508953.6.0.37973052893.issue39389@roundup.psfhosted.org>
In-reply-to
Content
Looks reasonable. gzip should write b'\002' for compresslevel == _COMPRESS_LEVEL_BEST, b'\004' for compresslevel == _COMPRESS_LEVEL_FAST, and b'\000' otherwise. Do you mind to create a PR William.
History
Date User Action Args
2020-01-20 08:29:13serhiy.storchakasetrecipients: + serhiy.storchaka, wchargin
2020-01-20 08:29:13serhiy.storchakasetmessageid: <1579508953.6.0.37973052893.issue39389@roundup.psfhosted.org>
2020-01-20 08:29:13serhiy.storchakalinkissue39389 messages
2020-01-20 08:29:13serhiy.storchakacreate