Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: c37a4fdf5472b9460cc38885342ef59bce05753f authored by Benjamin Peterson on 06 April 2012, 17:17:25 UTC
bump to 3.1.5 final
Tip revision: c37a4fd
archiving.rst
.. _archiving:

******************************
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.


.. toctree::

   zlib.rst
   gzip.rst
   bz2.rst
   zipfile.rst
   tarfile.rst
back to top