From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Date: Fri, 10 Oct 2025 19:22:34 +0000 (+0100)
Subject: gh-138843: Removing "Unpacking" section from Download page (GH-139918)
X-Git-Tag: v3.15.0a1~45
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa840f500ca901deea29669df68992193a273a62;p=thirdparty%2FPython%2Fcpython.git
gh-138843: Removing "Unpacking" section from Download page (GH-139918)
---
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html
index 523b505f5967..f914ad862116 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -75,16 +75,6 @@ and run make dist-pdf in the Doc/ directory of a copy
See the directory listing
for file sizes.{% endtrans %}
{% 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 Info-ZIP 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 %}
- -{% 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 %}