https://github.com/python/cpython/commit/ecb8e2bdacbaaf7b3db19e63f80c736d3fe776f6 commit: ecb8e2bdacbaaf7b3db19e63f80c736d3fe776f6 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn <m...@sobolevn.me> date: 2024-04-19T18:34:55Z summary:
[3.12] gh-118100: Improve links in `ast.rst` (GH-118101) (#118110) gh-118100: Improve links in `ast.rst` (GH-118101) (cherry picked from commit 2aa11cca115add03f39cb6cd7299135ecf4d4d82) Co-authored-by: Nikita Sobolev <m...@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> files: M Doc/library/ast.rst diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 6be58747be751c..5eccc6972bc7e0 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -2520,7 +2520,8 @@ to stdout. Otherwise, the content is read from stdin. code that generated them. This is helpful for tools that make source code transformations. - `leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ unifies the + `leoAst.py <https://leo-editor.github.io/leo-editor/appendices.html#leoast-py>`_ + unifies the token-based and parse-tree-based views of python programs by inserting two-way links between tokens and ast nodes. @@ -2532,4 +2533,4 @@ to stdout. Otherwise, the content is read from stdin. `Parso <https://parso.readthedocs.io>`_ is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors - in your python file. + in your Python file. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com