From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:21:50 +0000 (+0200) Subject: [3.14] gh-138843: Clean up downloads page (GH-138844) (#139796) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=077652b44f87dc03f671d5d9569e94b8fa817d39;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-138843: Clean up downloads page (GH-138844) (#139796) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 26fc9571d174..523b505f5967 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -42,22 +42,22 @@ Python in one of various formats, follow one of links in this table.{% endtrans
make dist-pdf in the Doc/ directory of a copy of the CPython repository.
{% endtrans %}
+{% trans %} +See the directory listing +for file sizes.{% 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 %}
-{% trans %}If you have comments or suggestions for the Python documentation, please send -email to docs@python.org.{% endtrans %}
+{% set bugs = pathto('bugs') %} +{% trans bugs = bugs %}Open an issue +if you have comments or suggestions for the Python documentation.{% endtrans %}
{% endblock %}