]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-138843: Removing "Unpacking" section from Download page (GH-139921)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Oct 2025 19:31:38 +0000 (21:31 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 19:31:38 +0000 (14:31 -0500)
(cherry picked from commit aa840f500ca901deea29669df68992193a273a62)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/tools/templates/download.html

index 523b505f59673e4ccb99cc30758991c09a8eb1a2..f914ad862116d75c6c3ea60ee7a702156dc1832a 100644 (file)
@@ -75,16 +75,6 @@ and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a copy
 See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a>
 for file sizes.{% endtrans %}</p>
 
-<h2>{% trans %}Unpacking{% endtrans %}</h2>
-
-<p>{% trans %}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="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.{% endtrans %}</p>
-
-<p>{% trans %}Windows users can use the ZIP archives since those are customary on that
-platform. These are created on Unix using the Info-ZIP zip program.{% endtrans %}</p>
 
 <h2>{% trans %}Problems{% endtrans %}</h2>
 {% set bugs = pathto('bugs') %}