This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeff.allen
Recipients benjamin.peterson, georg.brandl, jeff.allen, methane, serhiy.storchaka, vstinner
Date 2017-02-12.07:22:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486884170.82.0.906355677007.issue29463@psf.upfronthosting.co.za>
In-reply-to
Content
Just terminology ... strictly speaking what you've done here is "add a *field* to the nodes Module, FunctionDef and ClassDef", rather than add an *attribute* -- that is, when one is consistent with the terms used in the ast module (https://docs.python.org/3/library/ast.html#node-classes) or Wang (https://docs.python.org/devguide/compiler.html#wang97).
History
Date User Action Args
2017-02-12 07:22:50jeff.allensetrecipients: + jeff.allen, georg.brandl, vstinner, benjamin.peterson, methane, serhiy.storchaka
2017-02-12 07:22:50jeff.allensetmessageid: <1486884170.82.0.906355677007.issue29463@psf.upfronthosting.co.za>
2017-02-12 07:22:50jeff.allenlinkissue29463 messages
2017-02-12 07:22:50jeff.allencreate