summaryrefslogtreecommitdiff
path: root/Doc/library/archiving.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/archiving.rst')
-rw-r--r--Doc/library/archiving.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/archiving.rst b/Doc/library/archiving.rst
index 75d137c9a8..c9284949af 100644
--- a/Doc/library/archiving.rst
+++ b/Doc/library/archiving.rst
@@ -5,8 +5,9 @@ Data Compression and Archiving
******************************
The modules described in this chapter support data compression with the zlib,
-gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives.
-See also :ref:`archiving-operations` provided by the :mod:`shutil` module.
+gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
+archives. See also :ref:`archiving-operations` provided by the :mod:`shutil`
+module.
.. toctree::
@@ -14,5 +15,6 @@ See also :ref:`archiving-operations` provided by the :mod:`shutil` module.
zlib.rst
gzip.rst
bz2.rst
+ lzma.rst
zipfile.rst
tarfile.rst