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 malin
Recipients malin, miurahr
Date 2020-07-06.09:49:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594028994.2.0.810901198991.issue41210@roundup.psfhosted.org>
In-reply-to
Content
The docs[1] said:

    Compression filters:
            FILTER_LZMA1 (for use with FORMAT_ALONE)
            FILTER_LZMA2 (for use with FORMAT_XZ and FORMAT_RAW)

But your code uses a combination of `FILTER_LZMA1` and `FORMAT_RAW`, is this ok?

[1] https://docs.python.org/3/library/lzma.html#specifying-custom-filter-chains
History
Date User Action Args
2020-07-06 09:49:54malinsetrecipients: + malin, miurahr
2020-07-06 09:49:54malinsetmessageid: <1594028994.2.0.810901198991.issue41210@roundup.psfhosted.org>
2020-07-06 09:49:54malinlinkissue41210 messages
2020-07-06 09:49:53malincreate