[Python-checkins] cpython: Make lzma docs consistent with other compression modules (cf. changeset

nadeem.vawda python-checkins at python.org
Sun Feb 5 14:08:13 CET 2012


http://hg.python.org/cpython/rev/0fbc75593f0b
changeset:   74794:0fbc75593f0b
user:        Nadeem Vawda <nadeem.vawda at gmail.com>
date:        Sun Feb 05 15:07:43 2012 +0200
summary:
  Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8).

files:
  Doc/library/lzma.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst
--- a/Doc/library/lzma.rst
+++ b/Doc/library/lzma.rst
@@ -14,9 +14,6 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list