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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19316>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to