Skip to content

Commit 38bedb3

Browse files
[3.13] pythongh-138843: Removing "Unpacking" section from Download page (pythonGH-139920)
(cherry picked from commit aa840f5) Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 5424dab commit 38bedb3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Doc/tools/templates/download.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
7878
See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a>
7979
for file sizes.{% endtrans %}</p>
8080

81-
<h2>{% trans %}Unpacking{% endtrans %}</h2>
82-
83-
<p>{% trans %}Unix users should download the .tar.bz2 archives; these are bzipped tar
84-
archives and can be handled in the usual way using tar and the bzip2
85-
program. The <a href="https://infozip.sourceforge.net">Info-ZIP</a> unzip program can be
86-
used to handle the ZIP archives if desired. The .tar.bz2 archives provide the
87-
best compression and fastest download times.{% endtrans %}</p>
88-
89-
<p>{% trans %}Windows users can use the ZIP archives since those are customary on that
90-
platform. These are created on Unix using the Info-ZIP zip program.{% endtrans %}</p>
9181

9282
<h2>{% trans %}Problems{% endtrans %}</h2>
9383
{% set bugs = pathto('bugs') %}

0 commit comments

Comments
 (0)