Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(155)

Delta Between Two Patch Sets: Doc/library/archiving.rst

Issue 6715: xz compressor support
Left Patch Set: Created 1 year, 8 months ago
Right Patch Set: Created 1 year, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | Doc/library/bz2.rst » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 .. _archiving: 1 .. _archiving:
2 2
3 ****************************** 3 ******************************
4 Data Compression and Archiving 4 Data Compression and Archiving
5 ****************************** 5 ******************************
6 6
7 The modules described in this chapter support data compression with the zlib, 7 The modules described in this chapter support data compression with the zlib,
8 gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format 8 gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
9 archives. 9 archives. See also :ref:`archiving-operations` provided by the :mod:`shutil`
10 module.
10 11
11 12
12 .. toctree:: 13 .. toctree::
13 14
14 zlib.rst 15 zlib.rst
15 gzip.rst 16 gzip.rst
16 bz2.rst 17 bz2.rst
17 lzma.rst 18 lzma.rst
18 zipfile.rst 19 zipfile.rst
19 tarfile.rst 20 tarfile.rst
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7