summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2006-06-17 16:39:13 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2006-06-17 16:39:13 (GMT)
commit3f1f7bec746a109d3354faf1611122da0aa69e9e (patch)
tree4f5c0eeb2b3b7efb56a5fd6f2dd8320ec5797037
parentb8d2607692c631ce411406c23057f6a9033cd265 (diff)
downloadcpython-3f1f7bec746a109d3354faf1611122da0aa69e9e.zip
cpython-3f1f7bec746a109d3354faf1611122da0aa69e9e.tar.gz
cpython-3f1f7bec746a109d3354faf1611122da0aa69e9e.tar.bz2
Update url.
Old url returned status code:301 Moved permanently.
-rw-r--r--Doc/lib/libzipfile.tex16
-rw-r--r--Doc/lib/libzipimport.tex6
2 files changed, 11 insertions, 11 deletions
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex
index d7c08f6..47d1e5a 100644
--- a/Doc/lib/libzipfile.tex
+++ b/Doc/lib/libzipfile.tex
@@ -13,8 +13,8 @@ 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
-\citetitle[http://www.pkware.com/appnote.html]{PKZIP Application
-Note}.
+\citetitle[http://www.pkware.com/business_and_developers/developer/appnote/]
+{PKZIP Application Note}.
This module does not currently handle ZIP files which have appended
comments, or multi-disk ZIP files. It can handle ZIP files that use the
@@ -71,9 +71,9 @@ The available attributes of this module are:
\begin{seealso}
- \seetitle[http://www.pkware.com/appnote.html]{PKZIP Application
- Note}{Documentation on the ZIP file format by Phil
- Katz, the creator of the format and algorithms used.}
+ \seetitle[http://www.pkware.com/business_and_developers/developer/appnote/]
+ {PKZIP Application Note}{Documentation on the ZIP file format by
+ Phil Katz, the creator of the format and algorithms used.}
\seetitle[http://www.info-zip.org/pub/infozip/]{Info-ZIP Home Page}{
Information about the Info-ZIP project's ZIP archive
@@ -255,9 +255,9 @@ Instances have the following attributes:
\begin{memberdesc}[ZipInfo]{extra}
Expansion field data. The
- \citetitle[http://www.pkware.com/appnote.html]{PKZIP Application
- Note} contains some comments on the internal structure of the data
- contained in this string.
+ \citetitle[http://www.pkware.com/business_and_developers/developer/appnote/]
+ {PKZIP Application Note} contains some comments on the internal
+ structure of the data contained in this string.
\end{memberdesc}
\begin{memberdesc}[ZipInfo]{create_system}
diff --git a/Doc/lib/libzipimport.tex b/Doc/lib/libzipimport.tex
index 770ea21..098e788 100644
--- a/Doc/lib/libzipimport.tex
+++ b/Doc/lib/libzipimport.tex
@@ -50,9 +50,9 @@ The available attributes of this module are:
\begin{seealso}
- \seetitle[http://www.pkware.com/appnote.html]{PKZIP Application
- Note}{Documentation on the ZIP file format by Phil
- Katz, the creator of the format and algorithms used.}
+ \seetitle[http://www.pkware.com/business_and_developers/developer/appnote/]
+ {PKZIP Application Note}{Documentation on the ZIP file format by
+ Phil Katz, the creator of the format and algorithms used.}
\seepep{0273}{Import Modules from Zip Archives}{Written by James C.
Ahlstrom, who also provided an implementation. Python 2.3