From 38bedb342d35562be6a2e71fdb56e8d7b3a79efd Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
<31488909+miss-islington@users.noreply.github.com>
Date: Fri, 10 Oct 2025 21:31:50 +0200
Subject: [PATCH] [3.13] gh-138843: Removing "Unpacking" section from Download
page (GH-139920)
(cherry picked from commit aa840f500ca901deea29669df68992193a273a62)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
---
Doc/tools/templates/download.html | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html
index 08d97c76e3c0..5209c9b16ce1 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -78,16 +78,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 %}