This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Build doc archives for RC versions, docs download broken for 3.4.2rc1
Type: behavior Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, berker.peksag, docs@python, ned.deily, python-dev, r.david.murray
Priority: critical Keywords: patch

Created on 2014-09-24 18:15 by berker.peksag, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
autobuild.diff berker.peksag, 2014-09-24 18:15 review
Messages (4)
msg227479 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2014-09-24 18:15
The attached patch partly reverts https://hg.python.org/cpython/rev/48033d90c61d#l2.126 since it breaks building doc archives for RC versions:

- https://mail.python.org/pipermail/docs/2014-September/020211.html
- https://mail.python.org/pipermail/docs/2014-September/020214.html
- https://mail.python.org/pipermail/docs/2014-September/020215.html

See https://hg.python.org/cpython/rev/ecfb6f8a7bcf for the original changeset.
msg227484 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-09-24 18:33
Why would this not also be an issue for alpha/beta?
msg227494 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-09-24 23:43
This problem is currently resulting in 404's for 3.4.2rc1 documention downloads, e.g. the links on:

https://docs.python.org/3.4/download.html
msg227495 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-09-25 00:23
New changeset 8ce21ffc6df5 by Benjamin Peterson in branch '3.4':
allow archives for rc releases to be built (closes #22484)
https://hg.python.org/cpython/rev/8ce21ffc6df5

New changeset 7d6297450943 by Benjamin Peterson in branch 'default':
merge 3.4 (#22484)
https://hg.python.org/cpython/rev/7d6297450943

New changeset 22a46f05ce23 by Benjamin Peterson in branch '2.7':
allow archives for rc releases to be built (closes #22484)
https://hg.python.org/cpython/rev/22a46f05ce23
History
Date User Action Args
2022-04-11 14:58:08adminsetgithub: 66674
2014-09-25 00:23:24python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg227495

resolution: fixed
stage: patch review -> resolved
2014-09-24 23:43:17ned.deilysetpriority: high -> critical
title: Build doc archives for RC versions -> Build doc archives for RC versions, docs download broken for 3.4.2rc1
nosy: + ned.deily

messages: + msg227494
2014-09-24 23:39:33ned.deilylinkissue22488 superseder
2014-09-24 18:33:20r.david.murraysetnosy: + r.david.murray
messages: + msg227484
2014-09-24 18:21:11berker.peksaglinkissue22485 superseder
2014-09-24 18:15:08berker.peksagcreate