[issue19315] devguide: compiler - poor wording

2013-10-20 Thread Ezio Melotti
Ezio Melotti added the comment: This can be fixed as part of #19316. -- resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> devguide: compiler - wording ___ Python tracker

[issue19315] devguide: compiler - poor wording

2013-10-20 Thread Ezio Melotti
Ezio Melotti added the comment: Here is a patch. -- assignee: -> ezio.melotti keywords: +patch stage: -> patch review type: -> enhancement Added file: http://bugs.python.org/file32269/issue19315.diff ___ Python tracker

[issue19315] devguide: compiler - poor wording

2013-10-20 Thread Martin Matusiak
New submission from Martin Matusiak: Location: http://docs.python.org/devguide/compiler.html#parse-trees - To tie all of this example, consider the rule for ‘while’: Probably meant to be: To tie all of this together with an example, ... - The node representing this will have TYPE(node) == whil