/Doc/library/archiving.rst
http://unladen-swallow.googlecode.com/ · ReStructuredText · 18 lines · 12 code · 6 blank · 0 comment · 0 complexity · d28129f68a0c790664af514c88e139fa MD5 · raw file
- .. _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