8000 gh-138843: Removing "Unpacking" section from Download page (GH-139918) · python/cpython@aa840f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa840f5

Browse files
gh-138843: Removing "Unpacking" section from Download page (GH-139918)
1 parent 49aaee7 commit aa840f5

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
@@ -75,16 +75,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
7575
See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a>
7676
for file sizes.{% endtrans %}</p>
7777

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

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

0 commit comments

Comments
 (0)
0