Skip to content

Commit

Permalink
pythongh-111625: Fix link to Info-ZIP homepage (python#111626)
Browse files Browse the repository at this point in the history
  • Loading branch information
partev committed Nov 2, 2023
1 parent 7215f17 commit 6a0d7b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Doc/tools/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ <h2>Unpacking</h2>

<p>Unix users should download the .tar.bz2 archives; these are bzipped tar
archives and can be handled in the usual way using tar and the bzip2
program. The <a href="http://www.info-zip.org">InfoZIP</a> unzip program can be
program. The <a href="https://infozip.sourceforge.net">Info-ZIP</a> unzip program can be
used to handle the ZIP archives if desired. The .tar.bz2 archives provide the
best compression and fastest download times.</p>

<p>Windows users can use the ZIP archives since those are customary on that
platform. These are created on Unix using the InfoZIP zip program.</p>
platform. These are created on Unix using the Info-ZIP zip program.</p>


<h2>Problems</h2>
Expand Down
4 changes: 2 additions & 2 deletions Lib/test/ziptestdata/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test data for `test_zipfile`

The test executables in this directory are created manually from header.sh and
the `testdata_module_inside_zip.py` file. You must have infozip's zip utility
the `testdata_module_inside_zip.py` file. You must have Info-ZIP's zip utility
installed (`apt install zip` on Debian).

## Purpose
Expand All @@ -25,7 +25,7 @@ rm zip2.zip

### Modern format (4.5) zip64 file

Redirecting from stdin forces infozip's zip tool to create a zip64.
Redirecting from stdin forces Info-ZIP's zip tool to create a zip64.

```
zip -0 <testdata_module_inside_zip.py >zip64.zip
Expand Down

0 comments on commit 6a0d7b4

Please sign in to comment.