]> granicus.if.org Git - python/commitdiff
Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8).
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 5 Feb 2012 13:07:43 +0000 (15:07 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 5 Feb 2012 13:07:43 +0000 (15:07 +0200)
Doc/library/lzma.rst

index fc0a148524a47815bdf03abd8d39a468f0181ec8..cae05b6b3790c84a8a9c27f6eacfe705ed304eac 100644 (file)
@@ -14,9 +14,6 @@ decompressing data using the LZMA compression algorithm. Also included is a file
 interface supporting the ``.xz`` and legacy ``.lzma`` file formats used by the
 :program:`xz` utility, as well as raw compressed streams.
 
-For related file formats, see the :mod:`bz2`, :mod:`gzip`, :mod:`zipfile`, and
-:mod:`tarfile` modules.
-
 The interface provided by this module is very similar to that of the :mod:`bz2`
 module. However, note that :class:`LZMAFile` is *not* thread-safe, unlike
 :class:`bz2.BZ2File`, so if you need to use a single :class:`LZMAFile` instance