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 vstinner
Recipients matrixise, mdk, pmpp, serhiy.storchaka, vstinner
Date 2018-10-29.10:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540809885.58.0.788709270274.issue34969@psf.upfronthosting.co.za>
In-reply-to
Content
> But if I add options for controlling the compression level, I would add options -1 ... -9. I never used verbose forms --fast and --best.

If we add options, I would prefer to only add --fast and --best which are easy to understand. I really have no idea of the difference between -3 and -4 for example. In practice, I don't think that anyone uses these -N options on the common line.

To be honest, I never passed any option to gzip: I always use "gzip file" to get "file.gz". I don't really care of it's file. I just hope that it's smaller :-)

But I'm not against add --best and --fast. By the way, on Linux, gzip default compression level is 6 whereas Python uses 9 by default. I agree to make Python more consistent with Unix tools. In that case, again, it makes sense to add an option to get again --best (level 9).
History
Date User Action Args
2018-10-29 10:44:45vstinnersetrecipients: + vstinner, pmpp, serhiy.storchaka, matrixise, mdk
2018-10-29 10:44:45vstinnersetmessageid: <1540809885.58.0.788709270274.issue34969@psf.upfronthosting.co.za>
2018-10-29 10:44:45vstinnerlinkissue34969 messages
2018-10-29 10:44:45vstinnercreate