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 /Misc | |
parent | 9b32acd1cb149f0658c5d3de5e0eefbc05307e80 (diff) | |
download | cpython-9a80c5dbc497211267062d39c3fb4e2d5a8e702d.zip cpython-9a80c5dbc497211267062d39c3fb4e2d5a8e702d.tar.gz cpython-9a80c5dbc497211267062d39c3fb4e2d5a8e702d.tar.bz2 |
Added codec for bz2 compression.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Extension modules Library ------- +- encodings.bz2_codec was added for access to bz2 compression + using "a long string".encode('bz2') + - Various improvements to unittest.py, realigned with PyUnit CVS. - dircache now passes exceptions to the caller, instead of returning |