commit | 9a80c5dbc497211267062d39c3fb4e2d5a8e702d | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Sep 23 20:21:01 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Sep 23 20:21:01 2003 +0000 |
tree | 91bafcf03675f997b9c591985789fc08cc9c347e | |
parent | 9b32acd1cb149f0658c5d3de5e0eefbc05307e80 [diff] [blame] |
Added codec for bz2 compression.
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index 6620c2e..b304f15 100644 --- a/Lib/encodings/aliases.py +++ b/Lib/encodings/aliases.py
@@ -41,6 +41,9 @@ 'base64' : 'base64_codec', 'base_64' : 'base64_codec', + # bz2_codec codec + 'bz2' : 'bz2_codec', + # cp037 codec 'csibm037' : 'cp037', 'ebcdic_cp_ca' : 'cp037',