diff options
author | Éric Araujo <merwok@netwok.org> | 2012-02-05 12:41:47 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-02-05 12:41:47 (GMT) |
commit | cd2a6033ac0bafd69a7cba2d132e092127acc895 (patch) | |
tree | 4e5d6c97edcf7056659a37371a24da12ef018172 /Doc/library/bz2.rst | |
parent | bd249c1bae9e70368ca190ca8e60b3e5343e9344 (diff) | |
parent | 89dfd5cf80965fcf1d3fe4db8268f8acc67b5f64 (diff) | |
download | cpython-cd2a6033ac0bafd69a7cba2d132e092127acc895.zip cpython-cd2a6033ac0bafd69a7cba2d132e092127acc895.tar.gz cpython-cd2a6033ac0bafd69a7cba2d132e092127acc895.tar.bz2 |
Branch merge
Diffstat (limited to 'Doc/library/bz2.rst')
-rw-r--r-- | Doc/library/bz2.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/bz2.rst b/Doc/library/bz2.rst index 0a4804c..d13f6e0 100644 --- a/Doc/library/bz2.rst +++ b/Doc/library/bz2.rst @@ -12,9 +12,6 @@ This module provides a comprehensive interface for the bz2 compression library. It implements a complete file interface, one-shot (de)compression functions, and types for sequential (de)compression. -For other archive formats, see the :mod:`gzip`, :mod:`zipfile`, and -:mod:`tarfile` modules. - Here is a summary of the features offered by the bz2 module: * :class:`BZ2File` class implements a complete file interface, including |