[New-bugs-announce] [issue39199] Improve the AST documentation

Pablo Galindo Salgado report at bugs.python.org
Fri Jan 3 08:05:21 EST 2020


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 359235
nosy: docs at python, pablogsal
priority: normal
severity: normal
status: open
title: Improve the AST documentation
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39199>
_______________________________________


More information about the New-bugs-announce mailing list