Commit 0deaf9ac authored by Senthil Kumaran's avatar Senthil Kumaran

merge from 3.4

Issue16544 - Add a link to an external documentation resource in ast module docs.
parents 1469d744 f3695bfa
...@@ -249,3 +249,8 @@ and classes for traversing abstract syntax trees: ...@@ -249,3 +249,8 @@ and classes for traversing abstract syntax trees:
wanted *annotate_fields* must be set to ``False``. Attributes such as line wanted *annotate_fields* must be set to ``False``. Attributes such as line
numbers and column offsets are not dumped by default. If this is wanted, numbers and column offsets are not dumped by default. If this is wanted,
*include_attributes* can be set to ``True``. *include_attributes* can be set to ``True``.
.. seealso::
`Green Tree Snakes <https://greentreesnakes.readthedocs.org/>`_, an external documentation resource, has good
details on working with Python ASTs.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment