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