https://github.com/python/cpython/commit/38bedb342d35562be6a2e71fdb56e8d7b3a79efd
commit: 38bedb342d35562be6a2e71fdb56e8d7b3a79efd
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: zware <[email protected]>
date: 2025-10-10T14:31:50-05:00
summary:

[3.13] gh-138843: Removing "Unpacking" section from Download page (GH-139920)

(cherry picked from commit aa840f500ca901deea29669df68992193a273a62)

Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Doc/tools/templates/download.html

diff --git a/Doc/tools/templates/download.html 
b/Doc/tools/templates/download.html
index 08d97c76e3c0a7..5209c9b16ce185 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -78,16 +78,6 @@ <h1>{% trans %}Download Python {{ dl_version }} 
documentation{% endtrans %}</h1>
 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') %}

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to