diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2018-03-22 23:16:12 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-22 23:16:12 +0000 |
commit | bab4a806ccd6c868d315f3925041d097eae8c08f (patch) | |
tree | aaf81e4cc7e8d11622702c5057f8621274aea37d /python/backports.lzma/README | |
parent | aeae2dd25997d19c8127c1aeb570213fc3d8969d (diff) | |
download | slackbuilds-bab4a806ccd6c868d315f3925041d097eae8c08f.tar.gz |
python/backports.lzma: Added (Backport of Python 3.3 lzma library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/backports.lzma/README')
-rw-r--r-- | python/backports.lzma/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/backports.lzma/README b/python/backports.lzma/README new file mode 100644 index 0000000000..570e526b05 --- /dev/null +++ b/python/backports.lzma/README @@ -0,0 +1,8 @@ +backports.lzma - Provides support for LXMA and XZ compressed files via the +XZ Utils C library. + +This code is a backport of the Python 3.3 standard library module lzma for +use on older versions of Python where it was not included. + +There are some older Python libraries like PylibLZMA and PyLZMA but these +use LZMA Utils (not XZ Utils, so they have no XZ support). |