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.

Author pablogsal
Recipients docs@python, pablogsal
Date 2020-01-03.13:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578056721.05.0.299258437761.issue39199@roundup.psfhosted.org>
In-reply-to
Content
The AST docs need some love as they can be a bit obscure to someone new to the module. Improvements to be considered in this issue:

* Document all available nodes (as of 3.8 and not deprecated ones). This helps to know what classes to consider when implementing methods for the visitors.

* Add some short practical examples for the visitors: one to query an AST and another to modify it.
History
Date User Action Args
2020-01-03 13:05:21pablogsalsetrecipients: + pablogsal, docs@python
2020-01-03 13:05:21pablogsalsetmessageid: <1578056721.05.0.299258437761.issue39199@roundup.psfhosted.org>
2020-01-03 13:05:20pablogsallinkissue39199 messages
2020-01-03 13:05:20pablogsalcreate