This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Docs Standard Library index page has incorrect version in title
Type: Stage: resolved
Components: Documentation Versions: Python 3.9
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, pxeger
Priority: normal Keywords:

Created on 2020-10-10 13:09 by pxeger, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg378394 - (view) Author: Patrick Reader (pxeger) * Date: 2020-10-10 13:09
The documentation page for the Standard Library, https://docs.python.org/3/library/, still says "Python 3.8.6 documentation" in the title. When visiting https://docs.python.org/3.9/library/ (emphasis on the 3.9) explicitly, the correct title is shown. I suspect there are other pages like this, perhaps ones that have not been modified since Python 3.8.6? This is possibly in fact some sort of bug in Sphinx, but I don't think so.
msg378403 - (view) Author: Patrick Reader (pxeger) * Date: 2020-10-10 13:51
Sorry, it was a caching issue
History
Date User Action Args
2022-04-11 14:59:36adminsetgithub: 86163
2020-10-10 13:51:17pxegersetstatus: open -> closed
resolution: works for me
messages: + msg378403

stage: resolved
2020-10-10 13:09:31pxegercreate