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 miurahr
Recipients miurahr
Date 2022-01-15.02:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642213506.86.0.00175227794974.issue46384@roundup.psfhosted.org>
In-reply-to
Content
py7zr 3rd party project that use lzma module to compress/decompress 7-zip archive uses lzma._(encode|decode)_filter_properties.

These methods are public at first but become private in py3.4 at commit a425c3d5a264c556d31bdd88097c79246b533ea3

Here is a reason described in commit comment 
> These functions were originally added to support LZMA compression in the zipfile module, and are not of interest for the majority of users.

This is a request these methods to be public.

ref: py7zr: https://github.com/miurahr/py7zr
History
Date User Action Args
2022-01-15 02:25:06miurahrsetrecipients: + miurahr
2022-01-15 02:25:06miurahrsetmessageid: <1642213506.86.0.00175227794974.issue46384@roundup.psfhosted.org>
2022-01-15 02:25:06miurahrlinkissue46384 messages
2022-01-15 02:25:06miurahrcreate