summaryrefslogtreecommitdiffstats
path: root/Lib/lzma.py
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-05-06 21:01:27 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-05-06 21:01:27 (GMT)
commitf55b329edc911dde495abfcfe0b052040d101cc5 (patch)
treecabec80d7b4c048349354b6f58b89aa040a3d757 /Lib/lzma.py
parent75d5d8c78157f24f07b3fc122b7aeb07e0eea8ec (diff)
downloadcpython-f55b329edc911dde495abfcfe0b052040d101cc5.zip
cpython-f55b329edc911dde495abfcfe0b052040d101cc5.tar.gz
cpython-f55b329edc911dde495abfcfe0b052040d101cc5.tar.bz2
Add lzma.{encode,decode}_filter_properties().
Diffstat (limited to 'Lib/lzma.py')
-rw-r--r--Lib/lzma.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/lzma.py b/Lib/lzma.py
index 3786993..5adf51f 100644
--- a/Lib/lzma.py
+++ b/Lib/lzma.py
@@ -19,6 +19,7 @@ __all__ = [
"LZMACompressor", "LZMADecompressor", "LZMAFile", "LZMAError",
"compress", "decompress", "check_is_supported",
+ "encode_filter_properties", "decode_filter_properties",
]
import io