summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 11:05:55 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 11:06:03 +0900
commit752ffe24f181daff5b50cc59a05e4a7606ce1a62 (patch)
treed5327ce5cd232cb307d637e846e3f27a86a98433 /Doc/library/zipfile.rst
parent6cc694c4c77aac634cca05c9943b43f22bbe042a (diff)
downloadpython-752ffe24f181daff5b50cc59a05e4a7606ce1a62.tar.gz
python-752ffe24f181daff5b50cc59a05e4a7606ce1a62.tar.bz2
python-752ffe24f181daff5b50cc59a05e4a7606ce1a62.zip
Imported Upstream version 2.7.12upstream/2.7.12
Change-Id: Id086dcc8e315c8ad61502768ef9b92372461e560 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 173dfb0..3322552 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -15,8 +15,7 @@
The ZIP file format is a common archive and compression standard. This module
provides tools to create, read, write, append, and list a ZIP file. Any
advanced use of this module will require an understanding of the format, as
-defined in `PKZIP Application Note
-<http://www.pkware.com/documents/casestudies/APPNOTE.TXT>`_.
+defined in `PKZIP Application Note`_.
This module does not currently handle multi-disk ZIP files.
It can handle ZIP files that use the ZIP64 extensions
@@ -83,7 +82,7 @@ The module defines the following items:
.. seealso::
- `PKZIP Application Note <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>`_
+ `PKZIP Application Note`_
Documentation on the ZIP file format by Phil Katz, the creator of the format and
algorithms used.
@@ -435,8 +434,7 @@ Instances have the following attributes:
.. attribute:: ZipInfo.extra
- Expansion field data. The `PKZIP Application Note
- <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>`_ contains
+ Expansion field data. The `PKZIP Application Note`_ contains
some comments on the internal structure of the data contained in this string.
@@ -499,3 +497,4 @@ Instances have the following attributes:
Size of the uncompressed file.
+.. _PKZIP Application Note: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT