Closed as not planned
Description
Describe the bug
Each Python pre-release has a corresponding documentation archive. For example, 3.13.0a1 is located at python-3.13.0a1-docs-text.zip. Release versions are in a different location. For Python 3.14's pre-releases, these archives are missing. This has caused an issue for Chocolatey's Python 3 package, which uses these archives to populate the license and copyright information when automatically generating new releases. As a result, Windows users who install Python via Chocolatey cannot use either Python 3.13 or Python 3.14.
To Reproduce
- Navigate to https://docs.python.org/3.14/archives/
- Try to find the release-specific documentation archives for Python 3.14.0a1 and Python 3.14.0a2
- Realise that they're not there
Expected behavior
The documentation archives should exist at the expected location.
URL to the issue
No response
Screenshots
No response
Browsers
Firefox, Chrome, Safari, Microsoft Edge, Other
Operating System
Windows
Browser Version
131.0.6778.86
Relevant log output
No response
Additional context
No response