Description
Documentation
For issue #90562, which is not yet fixed, the documentation has been updated to mention the issue for 3.12 and 3.13, but a request to backport it further to 3.10 was replied with a link https://devguide.python.org/versions/ that only security fixes are allowed for 3.10.
Since 3.10 and all security branch releases are obviously expected to be used, it makes sense to be able to expect the documentation can be relied on as well. End-of-life versions like 3.7 have a red banner at the top of each documentation page:
This document is for an old version of Python that is no longer supported. You should upgrade, and read the Python documentation for the current stable release.
It's clear to the reader that also the doc pages are not maintained and might be outdated.
I suggest to consider either
- Allow documentation fixes and additions of caveats for security branch releases if this does not involve changing actual source code files (docstrings). In the case mentioned above, the file https://github.com/python/cpython/blob/3.10/Doc/library/dataclasses.rst would be affected which is not such a source code file.
or
- Add a yellow banner notice on top of each documentation page for security branch releases, making it clear that the documentation is not maintained anymore. (In style similar to the red banner for end-of-life releases.)