summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcodecs.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-09-23 20:21:01 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-09-23 20:21:01 (GMT)
commit9a80c5dbc497211267062d39c3fb4e2d5a8e702d (patch)
tree91bafcf03675f997b9c591985789fc08cc9c347e /Doc/lib/libcodecs.tex
parent9b32acd1cb149f0658c5d3de5e0eefbc05307e80 (diff)
downloadcpython-9a80c5dbc497211267062d39c3fb4e2d5a8e702d.zip
cpython-9a80c5dbc497211267062d39c3fb4e2d5a8e702d.tar.gz
cpython-9a80c5dbc497211267062d39c3fb4e2d5a8e702d.tar.bz2
Added codec for bz2 compression.
Diffstat (limited to 'Doc/lib/libcodecs.tex')
-rw-r--r--Doc/lib/libcodecs.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex
index 2841643..c67bccc 100644
--- a/Doc/lib/libcodecs.tex
+++ b/Doc/lib/libcodecs.tex
@@ -804,6 +804,11 @@ listed as operand type in the table.
{byte string}
{Convert operand to MIME base64}
+\lineiv{bz2_codec}
+ {bz2}
+ {byte string}
+ {Compress the operand using bz2}
+
\lineiv{hex_codec}
{hex}
{byte string}