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

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

Issue 14366: Suporting bzip2 and lzma compression in zip files (Closed)
Left Patch Set: Created 1 year ago
Right Patch Set: Created 1 year 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 | Lib/test/support.py » ('j') | Lib/zipfile.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 :mod:`zipfile` --- Work with ZIP archives 1 :mod:`zipfile` --- Work with ZIP archives
2 ========================================= 2 =========================================
3 3
4 .. module:: zipfile 4 .. module:: zipfile
5 :synopsis: Read and write ZIP-format archive files. 5 :synopsis: Read and write ZIP-format archive files.
6 .. moduleauthor:: James C. Ahlstrom <jim@interet.com> 6 .. moduleauthor:: James C. Ahlstrom <jim@interet.com>
7 .. sectionauthor:: James C. Ahlstrom <jim@interet.com> 7 .. sectionauthor:: James C. Ahlstrom <jim@interet.com>
8 8
9 **Source code:** :source:`Lib/zipfile.py` 9 **Source code:** :source:`Lib/zipfile.py`
10 10
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 510
511 .. attribute:: ZipInfo.compress_size 511 .. attribute:: ZipInfo.compress_size
512 512
513 Size of the compressed data. 513 Size of the compressed data.
514 514
515 515
516 .. attribute:: ZipInfo.file_size 516 .. attribute:: ZipInfo.file_size
517 517
518 Size of the uncompressed file. 518 Size of the uncompressed file.
519 519
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7