Bug report
There are multiple problems with it:
- It mentions outdated Python version:
|
<title>IDLE — Python 3.13.0a2 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0"> |
Right now it should be Python 3.14a0
- Is is not rebuilt / executed during release process
- It is not executed to check that generated files are up-to-date with the source ones (
Doc/library/idle.rst in this case) in CI
help.html does not contain a comment that it is generated (and from what)
help.html is not marked as generated in .gitattributes
CC @terryjreedy
Found while reviewing #120338 (review)
Linked PRs