Mailing List Archive

[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst
New submission from Edward K Ream <edreamleo@gmail.com>:

These links added with the provisional approval of GvR, pending approval of the PR.

----------
assignee: docs@python
components: Documentation
messages: 375019
nosy: docs@python, edreamleo
priority: normal
severity: normal
status: open
title: Add links to asttokens, leoAst, LibCST and Parso to ast.rst
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Change by Roundup Robot <devnull@psf.upfronthosting.co.za>:


----------
keywords: +patch
nosy: +python-dev
nosy_count: 2.0 -> 3.0
pull_requests: +20918
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21773

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +20957
pull_request: https://github.com/python/cpython/pull/21828

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +20958
pull_request: https://github.com/python/cpython/pull/21829

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Change by Guido van Rossum <guido@python.org>:


----------
nosy: +gvanrossum
nosy_count: 4.0 -> 5.0
pull_requests: +20959
pull_request: https://github.com/python/cpython/pull/21830

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Guido van Rossum <guido@python.org> added the comment:


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


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Guido van Rossum <guido@python.org> added the comment:

The master commit was e3c971ccfa58afcb2656b71b95e10b9703f2ad32 (somehow because the commit message didn't contain the bpo-41504 tag the automation didn't work flawlessly).

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Guido van Rossum <guido@python.org> added the comment:


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


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Guido van Rossum <guido@python.org> added the comment:

Thanks!

----------
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.8

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst [ In reply to ]
Edward K Ream <edreamleo@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com