]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update url.
authorGeorge Yoshida <dynkin@gmail.com>
Sat, 17 Jun 2006 16:40:46 +0000 (16:40 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sat, 17 Jun 2006 16:40:46 +0000 (16:40 +0000)
Old url returned status code:301 Moved permanently.
(Backport from r47005)

Doc/lib/libzipfile.tex
Doc/lib/libzipimport.tex

index 4ba62fe52818744f7268df4523a762ad05ae4e9f..65c522b6c5f2bb1d672bb38f31a725328751f119 100644 (file)
@@ -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.
@@ -65,9 +65,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
@@ -242,9 +242,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}
index 94553107feff0e3c042cb108c65bd270cb1c232d..b29e73a934dc5d01d1d38f32901088c7108127ca 100644 (file)
@@ -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