[issue45640] Production tokens are not clickable

2021-11-18 Thread Łukasz Langa
Łukasz Langa added the comment: We won't be backporting this to 3.9 due to `make suspicious` being faulty on this version. More details on GH-29623. So this is fixed on 3.10 and 3.11. Thanks, Arthur! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue45640] Production tokens are not clickable

2021-11-18 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27857 pull_request: https://github.com/python/cpython/pull/29623 ___ Python tracker ___ _

[issue45640] Production tokens are not clickable

2021-11-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 252d83cbf1bf0a6ac22a1347e760cd3e551bb834 by Miss Islington (bot) in branch '3.10': bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621) https://github.com/python/cpython/commit/252d83cbf1bf0a6ac22a1347e760cd3e551bb834 --

[issue45640] Production tokens are not clickable

2021-11-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 32959108f9c543e3cb9f2b68bbc782bddded6f42 by Arthur Milchior in branch 'main': bpo-45640: [docs] Tokens are now clickable (GH-29260) https://github.com/python/cpython/commit/32959108f9c543e3cb9f2b68bbc782bddded6f42 -- nosy: +lukasz.langa

[issue45640] Production tokens are not clickable

2021-11-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27856 pull_request: https://github.com/python/cpython/pull/29621 ___ Python tracker _

[issue45640] Production tokens are not clickable

2021-10-27 Thread Arthur Milchior
Change by Arthur Milchior : -- keywords: +patch pull_requests: +27525 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29260 ___ Python tracker ___

[issue45640] Production tokens are not clickable

2021-10-27 Thread Arthur Milchior
New submission from Arthur Milchior : In the current documentation, production tokens are not clickable. For example in https://docs.python.org/3/reference/expressions.html#yield-expressions , you highlight `yield_from` as a token but do not link to it. I suppose that the goal, when using :tok