Message406192
Doc/library/contextvars.rst defines a module using `.. module:: contextvars` which means that all defined symbols are automatically part of the contextvars module.
The docs added in https://github.com/python/cpython/pull/5685 however explicitly use `.. class:: contextvars.Token` instead of just `.. class:: Token` which means that the recorded intersphinx symbol is `contextvars.contextvars.Token`. I have noticed this because sphinx couldn't find `contextvars.Token` in structlog's docs.
AFAICT, this only affects contextvars.Token. |
|
Date |
User |
Action |
Args |
2021-11-12 07:59:36 | hynek | set | recipients:
+ hynek, yselivanov |
2021-11-12 07:59:35 | hynek | set | messageid: <1636703975.97.0.094417369522.issue45792@roundup.psfhosted.org> |
2021-11-12 07:59:35 | hynek | link | issue45792 messages |
2021-11-12 07:59:35 | hynek | create | |
|