classification
Title: docs.python.org/download.html unhelpful.
Type: Stage:
Components: Documentation Versions: Python 3.3, Python 3.2, Python 3.1, Python 2.7, Python 2.6, Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, georg.brandl, twouters
Priority: release blocker Keywords: patch

Created on 2010-03-10 16:31 by twouters, last changed 2010-03-13 22:29 by barry. This issue is now closed.

Files
File name Uploaded Description Edit
26changes.diff georg.brandl, 2010-03-13 18:09
Messages (7)
msg100797 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2010-03-10 16:31
docs.python.org is showing the docs for 2.6.5c2. As its most obvious bad consequence, docs.python.org/download.html doesn't offer any actual downloads, and there are no obvious (to newbies looking to download docs) links to working downloads.
msg100839 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-03-11 07:49
Agreed.  I will have a more sane set of docs that are continually rebuilt vs. docs that are frozen in place for the next minor release that happens.
msg100912 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-03-12 09:25
Uh oh. Definitely.
msg100913 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-03-12 09:26
Oh, just now saw your second message.  At least it's back to semi-broken now :)
msg100914 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2010-03-12 09:33
Nevermind the 2.7a4 comments, I think I'm just not all awake yet. The complaints I got were about it being 2.6.5c2, my browser showing me 2.7a4 may have been stupid autocompletion or something. (Still, please fix :)
msg101012 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-03-13 18:09
Raising to "release blocker" status to get the changes that fix this and that are already in 2.6 approved by Barry.

The revisions are: r78907, r78914, r78923.

I'm attaching a patch with the collective diff.

In short, these changes mirror those done on the other active branches, which makes sure that all daily builds are done consistently.  Code is added only to the Doc Makefile and the "download documentation" template, both of which are not relevant to the released distribution.  Another rc is definitely not needed.

With these changes in place, we have:
- more consistent daily documentation builds (no longer coupled to the test runs by Neal)
- daily builds suspended for stable branches during the release process
- documentation downloads also for the development builds
- strict separation between released docs and daily updated docs
msg101028 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2010-03-13 22:29
Thanks Georg!
History
Date User Action Args
2010-03-13 22:29:58barrysetstatus: open -> closed
resolution: accepted
messages: + msg101028
2010-03-13 18:09:13georg.brandlsetfiles: + 26changes.diff
priority: high -> release blocker

assignee: georg.brandl -> barry
versions: + Python 2.6, Python 2.5, Python 3.1, Python 2.7, Python 3.2, Python 3.3
keywords: + patch
nosy: + barry

messages: + msg101012
2010-03-12 09:33:39twouterssetmessages: + msg100914
2010-03-12 09:32:53twouterssetmessages: - msg100909
2010-03-12 09:32:45twouterssetmessages: - msg100910
2010-03-12 09:26:19georg.brandlsetmessages: + msg100913
2010-03-12 09:25:09georg.brandlsetmessages: + msg100912
2010-03-12 09:22:18twouterssetmessages: + msg100910
2010-03-12 09:18:59twouterssetpriority: high

messages: + msg100909
2010-03-11 07:49:42georg.brandlsetmessages: + msg100839
2010-03-10 16:31:48twouterscreate