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: https://docs.python.org/3/objects.inv still points to 3.9
Type: Stage:
Components: Documentation Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: mdk Nosy List: docs@python, gaborjbernat, mdk
Priority: normal Keywords:

Created on 2021-10-06 11:26 by gaborjbernat, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg403293 - (view) Author: gaborjbernat (gaborjbernat) * Date: 2021-10-06 11:26
https://docs.python.org/3/library/ links now to 3.10; however, the objects inventory does not.

❯ curl -s https://docs.python.org/3/objects.inv | head -n 3
# Sphinx inventory version 2
# Project: Python
# Version: 3.9

❯ curl -s https://docs.python.org/3.10/objects.inv | head -n 3
# Sphinx inventory version 2
# Project: Python
# Version: 3.10
msg403298 - (view) Author: gaborjbernat (gaborjbernat) * Date: 2021-10-06 11:40
Could be not a CPython problem, but for reference when trying to look into the inventory file for 3.10 ran into https://github.com/bskinn/sphobjinv/issues/208
History
Date User Action Args
2022-04-11 14:59:50adminsetgithub: 89552
2021-10-07 00:01:37ned.deilysetassignee: docs@python -> mdk

nosy: + mdk
2021-10-06 11:40:56gaborjbernatsetmessages: + msg403298
2021-10-06 11:27:00gaborjbernatsettitle: https://docs.python.org/3/objects.inv still points to 3.10 -> https://docs.python.org/3/objects.inv still points to 3.9
2021-10-06 11:26:20gaborjbernatcreate