[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-16 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-16 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c37a0d9c0ae4aa0d9135fac9a58afc7b34ff71d6 by Miss Islington (bot) in branch '3.8': bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537) https://github.com/python/cpython/commit/c37a0d9c0ae4aa0d9135fac9a58afc7b34ff71d6

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 8b6a474071bcc88ec3453e16f079181e551513c3 by Miss Islington (bot) in branch '3.9': bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29536) https://github.com/python/cpython/commit/8b6a474071bcc88ec3453e16f079181e551513c3

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 628667ac9a634c7a7fa7f681dd2f98ff5841c843 by Miss Islington (bot) in branch '3.10': bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29535) https://github.com/python/cpython/commit/628667ac9a634c7a7fa7f681dd2f98ff5841c843

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +27787 pull_request: https://github.com/python/cpython/pull/29537 ___ Python tracker ___

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset e501d70b347c5093018d12482c30a7a98aab86d0 by Hynek Schlawack in branch 'main': bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) https://github.com/python/cpython/commit/e501d70b347c5093018d12482c30a7a98aab86d0 -- nosy:

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +27786 pull_request: https://github.com/python/cpython/pull/29536 ___ Python tracker ___

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +27788 pull_request: https://github.com/python/cpython/pull/29538 ___ Python tracker ___

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27785 pull_request: https://github.com/python/cpython/pull/29535 ___ Python tracker

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-12 Thread Hynek Schlawack
Change by Hynek Schlawack : -- keywords: +patch pull_requests: +27783 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/29533 ___ Python tracker

[issue45792] contextvars.Token has wrong module name in Sphinx's objects.inv

2021-11-11 Thread Hynek Schlawack
New submission from Hynek Schlawack : 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 `..