From 3fcac998b9166dca87cc4b9c9767b0fb60d57c81 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:14:09 +0100 Subject: [PATCH] gh-138843: Clean up downloads page (GH-138844) (cherry picked from commit d9cb191df804b73e90aa09a7e9ac2a8cdd9b90be) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Doc/tools/templates/download.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 3361aa199b36ea..08d97c76e3c0a7 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -42,22 +42,22 @@
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 %}