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: Add links to asttokens, leoAst, LibCST and Parso to ast.rst
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, edreamleo, gvanrossum, miss-islington, python-dev
Priority: normal Keywords: patch

Created on 2020-08-07 21:19 by edreamleo, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21773 merged python-dev, 2020-08-07 21:27
PR 21828 closed miss-islington, 2020-08-11 14:31
PR 21829 merged miss-islington, 2020-08-11 14:36
PR 21830 merged gvanrossum, 2020-08-11 14:43
Messages (6)
msg375019 - (view) Author: Edward K Ream (edreamleo) * Date: 2020-08-07 21:19
These links added with the provisional approval of GvR, pending approval of the PR.
msg375178 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-08-11 14:45
New changeset 7b3ceaa71051d811bfee0b62ef9cb0fd2121c7ee by Miss Islington (bot) in branch '3.8':
[3.8] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773) (GH-21829)
https://github.com/python/cpython/commit/7b3ceaa71051d811bfee0b62ef9cb0fd2121c7ee
msg375179 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-08-11 14:50
The master commit was e3c971ccfa58afcb2656b71b95e10b9703f2ad32 (somehow because the commit message didn't contain the bpo-41504 tag the automation didn't work flawlessly).
msg375199 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-08-11 21:04
New changeset d1d6a1c6abf76b27c247ead8a8872011db77cf58 by Guido van Rossum in branch '3.9':
[3.9] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773) (GH-21830)
https://github.com/python/cpython/commit/d1d6a1c6abf76b27c247ead8a8872011db77cf58
msg375200 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-08-11 21:06
Thanks!
msg375201 - (view) Author: Edward K Ream (edreamleo) * Date: 2020-08-11 21:21
You're welcome. It was a pleasure working with you all on this issue.

I enjoyed learning the PR workflow, and I enjoyed the discussion of the merits.

One last comment. Like everything in life, links and their implied endorsements are provisional. If a link ever becomes problematic, I would expect the python devs to remove it.
History
Date User Action Args
2022-04-11 14:59:34adminsetgithub: 85676
2020-08-11 21:21:54edreamleosetmessages: + msg375201
2020-08-11 21:06:50gvanrossumsetstatus: open -> closed
versions: + Python 3.8, Python 3.10
messages: + msg375200

resolution: fixed
stage: patch review -> resolved
2020-08-11 21:04:44gvanrossumsetmessages: + msg375199
2020-08-11 14:50:19gvanrossumsetmessages: + msg375179
2020-08-11 14:45:30gvanrossumsetmessages: + msg375178
2020-08-11 14:43:32gvanrossumsetnosy: + gvanrossum
pull_requests: + pull_request20959
2020-08-11 14:36:03miss-islingtonsetpull_requests: + pull_request20958
2020-08-11 14:31:01miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request20957
2020-08-07 21:27:18python-devsetkeywords: + patch
nosy: + python-dev

pull_requests: + pull_request20918
stage: patch review
2020-08-07 21:19:20edreamleocreate