From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Jul 2024 06:37:33 +0000 (+0200) Subject: [3.13] gh-121453: Update the `Doc/templates/download.html` download files size estima... X-Git-Tag: v3.13.0b4~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=659725c6ac7a6fb4f8170f0efb3fd0852105a779;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (GH-121454) (#121890) Co-authored-by: Wulian233 <1055917385@qq.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 b5353d6fb77a..c3114e584fa9 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -21,23 +21,27 @@ Python in one of various formats, follow one of links in this table.
| Format | Packed as .zip | Packed as .tar.bz2 | ||
|---|---|---|---|---|
| PDF (US-Letter paper size) | -Download (ca. 13 MiB) | -Download (ca. 13 MiB) | +Download (ca. 17 MiB) | +Download (ca. 17 MiB) |
| PDF (A4 paper size) | -Download (ca. 13 MiB) | -Download (ca. 13 MiB) | +Download (ca. 17 MiB) | +Download (ca. 17 MiB) |
| HTML | -Download (ca. 9 MiB) | -Download (ca. 6 MiB) | +Download (ca. 13 MiB) | +Download (ca. 8 MiB) |
| Plain Text | -Download (ca. 3 MiB) | -Download (ca. 2 MiB) | +||
| Plain text | +Download (ca. 4 MiB) | +Download (ca. 3 MiB) | ||
| Texinfo | +Download (ca. 9 MiB) | +Download (ca. 7 MiB) | +||
| EPUB | -Download (ca. 5 MiB) | +Download (ca. 6 MiB) |