[issue19314] Typo in devguide - compiler

2013-10-20 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the patch! -- assignee: -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement ___ Python tracker

[issue19314] Typo in devguide - compiler

2013-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 640fae50d1bb by Ezio Melotti in branch 'default': #19312, #19314: fix a couple of typos in the compiler page of the devguide. Patch by Martin Matusiak. http://hg.python.org/devguide/rev/640fae50d1bb -- nosy: +python-dev __

[issue19314] Typo in devguide - compiler

2013-10-20 Thread Martin Matusiak
New submission from Martin Matusiak: - Querying data from the node structs can be done with the following macros (which are all defined in Include/token.h They are actually in Include/node.h, which is logical, because that is where "node" is defined. -- components: Devguide files: typ