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.11:32:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540812747.51.0.788709270274.issue34969@psf.upfronthosting.co.za>
In-reply-to
Content
man lzma:

       --fast
       --best These are somewhat misleading aliases for  -0  and  -9,  respec‐
              tively.   These  are  provided  only for backwards compatibility
              with LZMA Utils.  Avoid using these options.

man bzip2:

       -1 (or --fast) to -9 (or --best)
              Set  the  block size to 100 k, 200 k ..  900 k when compressing.
              Has no effect when decompressing.  See MEMORY MANAGEMENT  below.
              The --fast and --best aliases are primarily for GNU gzip compat‐
              ibility.  In particular, --fast  doesn't  make  things  signifi‐
              cantly faster.  And --best merely selects the default behaviour.
History
Date User Action Args
2018-10-29 11:32:27vstinnersetrecipients: + vstinner, pmpp, serhiy.storchaka, matrixise, mdk
2018-10-29 11:32:27vstinnersetmessageid: <1540812747.51.0.788709270274.issue34969@psf.upfronthosting.co.za>
2018-10-29 11:32:27vstinnerlinkissue34969 messages
2018-10-29 11:32:27vstinnercreate