[issue19316] devguide: compiler - wording

Martin Matusiak report at bugs.python.org
Sun Oct 20 14:49:00 CEST 2013


Martin Matusiak added the comment:

- The functions called to generate AST nodes from the parse tree all have the name ast_for_xx where xx is what the grammar rule that the function handles (alias_for_import_name is the exception to this). 

I'm not sure if this ought to be "where xx is the grammar rule that the function handles" or "where xx is the name of the grammar rule that the function handles".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19316>
_______________________________________


More information about the Python-bugs-list mailing list