georg.brandl
2008-09-28 08:38:49 UTC
Author: georg.brandl
Date: Sun Sep 28 10:38:49 2008
New Revision: 66668
Log:
Merged revisions 66667 via svnmerge from
svn+ssh://pythondev at 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.
........
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/tools/sphinxext/download.html
Modified: python/branches/py3k/Doc/tools/sphinxext/download.html
==============================================================================
--- python/branches/py3k/Doc/tools/sphinxext/download.html (original)
+++ python/branches/py3k/Doc/tools/sphinxext/download.html Sun Sep 28 10:38:49 2008
@@ -6,6 +6,11 @@
<h1>Download Python {{ release }} Documentation
{%- if last_updated %} (last updated on {{ last_updated }}){% endif %}</h1>
+{% if 'a' in release or 'b' in release or 'c' in release %}
+<p>We don't package the documentation for development releases for download.
+ Downloads will be available for the final release.</p>
+
+{% else %}
<p>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.</p>
@@ -49,5 +54,6 @@
<p>If you have comments or suggestions for the Python documentation, please send
email to <a href="docs at python.org">docs at python.org</a>.</p>
+{% endif %}
{% endblock %}
Date: Sun Sep 28 10:38:49 2008
New Revision: 66668
Log:
Merged revisions 66667 via svnmerge from
svn+ssh://pythondev at 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.
........
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/tools/sphinxext/download.html
Modified: python/branches/py3k/Doc/tools/sphinxext/download.html
==============================================================================
--- python/branches/py3k/Doc/tools/sphinxext/download.html (original)
+++ python/branches/py3k/Doc/tools/sphinxext/download.html Sun Sep 28 10:38:49 2008
@@ -6,6 +6,11 @@
<h1>Download Python {{ release }} Documentation
{%- if last_updated %} (last updated on {{ last_updated }}){% endif %}</h1>
+{% if 'a' in release or 'b' in release or 'c' in release %}
+<p>We don't package the documentation for development releases for download.
+ Downloads will be available for the final release.</p>
+
+{% else %}
<p>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.</p>
@@ -49,5 +54,6 @@
<p>If you have comments or suggestions for the Python documentation, please send
email to <a href="docs at python.org">docs at python.org</a>.</p>
+{% endif %}
{% endblock %}