python / python/docsbuild-scripts
Whatsnew bad redirection when changing version
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 86
- 派生
- 69
- 平均合并
- 8 小时 23 分钟
- 30 天内合并 PR
- 5
描述
Documentation
There is a bad redirection in the documentation in the whatsnew switch between version 3.11. and 3.12.
How to reproduce :
Link to the whatsnew 3.11 -> https://docs.python.org/3.11/whatsnew/3.11.html

When we switch to 3.12 we arrive in -> https://docs.python.org/3.12/whatsnew/3.11.html
And we see that this is the wrong redirection.
The link should be -> https://docs.python.org/3.12/whatsnew/3.12.html
I remain at your disposal if you need more details
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,从文档中记录的 3.11 What's New URL 复现切换到 3.12 文档的过程,并检查用于生成或重定向 What's New 页面 的 docsbuild-scripts 入口点。完成标准是,从 3.11/3.11.html 切换版本后到达 3.12/3.12.html,而不是继续保留 3.11 页面路径。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- documentation
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 48/100