summaryrefslogtreecommitdiffstats
path: root/Lib/lzma.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix seekable() in BZ2File and LZMAFile to check whether the underlying file ↵Nadeem Vawda2012-02-111-2/+5
| | | | supports seek().
* Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-291-0/+398