symbian-qemu-0.9.1-12/python-2.6.1/Doc/library/archiving.rst
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 
       
     2 .. _archiving:
       
     3 
       
     4 ******************************
       
     5 Data Compression and Archiving
       
     6 ******************************
       
     7 
       
     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.
       
    10 
       
    11 
       
    12 .. toctree::
       
    13 
       
    14    zlib.rst
       
    15    gzip.rst
       
    16    bz2.rst
       
    17    zipfile.rst
       
    18    tarfile.rst