From: Georg Brandl
Date: Sun, 28 Sep 2008 08:38:49 +0000 (+0000)
Subject: Merged revisions 66667 via svnmerge from
X-Git-Tag: v3.0rc2~137
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=850c5cd9cb4ad5d0beb2fa2b473001eba324b55d;p=thirdparty%2FPython%2Fcpython.git
Merged revisions 66667 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66667 | georg.brandl | 2008-09-28 10:34:31 +0200 (Sun, 28 Sep 2008) | 2 lines
No downloads for RCs.
........
---
diff --git a/Doc/tools/sphinxext/download.html b/Doc/tools/sphinxext/download.html
index 193a82b45561..01ce8a063f1b 100644
--- a/Doc/tools/sphinxext/download.html
+++ b/Doc/tools/sphinxext/download.html
@@ -6,6 +6,11 @@
Download Python {{ release }} Documentation
{%- if last_updated %} (last updated on {{ last_updated }}){% endif %}
+{% if 'a' in release or 'b' in release or 'c' in release %}
+We don't package the documentation for development releases for download.
+ Downloads will be available for the final release.
+
+{% else %}
To download an archive containing all the documents for this version of
Python in one of various formats, follow one of links in this table. The numbers
in the table are the size of the download files in Kilobytes.
@@ -49,5 +54,6 @@ platform. These are created on Unix using the InfoZIP zip program.
If you have comments or suggestions for the Python documentation, please send
email to docs@python.org.
+{% endif %}
{% endblock %}