]> granicus.if.org Git - python/commit
Issue #19201: Add support for the 'x' mode to the lzma module.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Fri, 18 Oct 2013 22:06:19 +0000 (00:06 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Fri, 18 Oct 2013 22:06:19 +0000 (00:06 +0200)
commit42ca98217ca544220fdf4d33875c811f342edc56
tree4ca867f69d20ab9c69779ae4a87dda0b116649b4
parentc5168153538b46885a5345033c124d4a3d6c9dcc
Issue #19201: Add support for the 'x' mode to the lzma module.

Patch by Tim Heaney and Vajrasky Kok.
Doc/library/lzma.rst
Lib/lzma.py
Lib/test/test_lzma.py
Misc/ACKS
Misc/NEWS