[docs] [issue31395] Docs Downloads are 404s

Nathan Henrie report at bugs.python.org
Fri Sep 8 10:33:40 EDT 2017


New submission from Nathan Henrie:

Please see my (closed) issue, I was told to resubmit here. https://github.com/python/pythondotorg/issues/1140

Basically, I usually download a local copy of the epub and HTML docs so I can reference offline (and faster using the "custom search engine" feature of several modern browsers). Tried to download 3.6.2 and noticed I was getting a 404: https://docs.python.org/3/archives/python-3.6.2-docs-html.zip

Testing the other links on the page, looks like most are down:

```shell_session
$ curl -s https://docs.python.org/3/download.html | grep -o '"archives/.*"' | xargs -I{} bash -c 'echo; url="https://docs.python.org/3/{}"; echo "${url}"; c
url -s -I "${url}" | head -n 1'

https://docs.python.org/3/archives/python-3.6.2-docs-pdf-letter.zip
HTTP/1.1 404 Not Found

https://docs.python.org/3/archives/python-3.6.2-docs-pdf-letter.tar.bz2
HTTP/1.1 200 OK

https://docs.python.org/3/archives/python-3.6.2-docs-pdf-a4.zip
HTTP/1.1 404 Not Found

https://docs.python.org/3/archives/python-3.6.2-docs-pdf-a4.tar.bz2
HTTP/1.1 404 Not Found

https://docs.python.org/3/archives/python-3.6.2-docs-html.zip
HTTP/1.1 404 Not Found

https://docs.python.org/3/archives/python-3.6.2-docs-html.tar.bz2
HTTP/1.1 404 Not Found

https://docs.python.org/3/archives/python-3.6.2-docs-text.zip
HTTP/1.1 404 Not Found

https://docs.python.org/3/archives/python-3.6.2-docs-text.tar.bz2
HTTP/1.1 404 Not Found

https://docs.python.org/3/archives/python-3.6.2-docs.epub
HTTP/1.1 404 Not Found
```

I looked to see if this was an existing issue, sorry if it's a duplicate.

----------
assignee: docs at python
components: Documentation
messages: 301699
nosy: docs at python, n8henrie
priority: normal
severity: normal
status: open
title: Docs Downloads are 404s

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31395>
_______________________________________


More information about the docs mailing list