Last change
on this file was 391, checked in by dmik, 11 years ago |
python: Merge vendor 2.7.6 to trunk.
|
-
Property svn:eol-style
set to
native
|
File size:
424 bytes
|
Rev | Line | |
---|
[2] | 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.
|
---|
[391] | 10 | See also :ref:`archiving-operations` provided by the :mod:`shutil` module.
|
---|
[2] | 11 |
|
---|
| 12 |
|
---|
| 13 | .. toctree::
|
---|
| 14 |
|
---|
| 15 | zlib.rst
|
---|
| 16 | gzip.rst
|
---|
| 17 | bz2.rst
|
---|
| 18 | zipfile.rst
|
---|
| 19 | tarfile.rst
|
---|
Note:
See
TracBrowser
for help on using the repository browser.