Staging
v0.8.1
Revision 2bd59daf58431284e13f3e080a52cab032eb792f authored by Serhiy Storchaka on 21 January 2014, 20:29:47 UTC, committed by Serhiy Storchaka on 21 January 2014, 20:29:47 UTC
cases when multibyte characters are in line (before "^").  This still not
works correctly with wide East Asian characters.
2 parent s 567b26e + 65fd059
Raw File
archiving.rst
.. _archiving:

******************************
Data Compression and Archiving
******************************

The modules described in this chapter support data compression with the zlib,
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::

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