diff options
author | Raymond Hettinger <python@rcn.com> | 2003-09-23 20:21:01 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-09-23 20:21:01 (GMT) |
commit | 9a80c5dbc497211267062d39c3fb4e2d5a8e702d (patch) | |
tree | 91bafcf03675f997b9c591985789fc08cc9c347e /Doc/lib/libcodecs.tex | |
parent | 9b32acd1cb149f0658c5d3de5e0eefbc05307e80 (diff) | |
download | cpython-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.tex | 5 |
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} |