Issue #5170: Fixed regression caused when fixing #5768.
[python.git] / Doc / library / archiving.rst
blob7d0df5f575a99c98aeb4b7dd3ce5b738fe07b74d
2 .. _archiving:
4 ******************************
5 Data Compression and Archiving
6 ******************************
8 The modules described in this chapter support data compression with the zlib,
9 gzip, and bzip2 algorithms, and  the creation of ZIP- and tar-format archives.
12 .. toctree::
14    zlib.rst
15    gzip.rst
16    bz2.rst
17    zipfile.rst
18    tarfile.rst