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 Yuri Kanivetsky
Recipients Yuri Kanivetsky
Date 2017-12-30.01:49:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514598581.85.0.213398074469.issue32450@psf.upfronthosting.co.za>
In-reply-to
Content
Not a big issue, really. At some point the code switches from "ndots" name:

https://github.com/python/cpython/blob/v3.7.0a3/Python/ast.c#L3385

to "level" name:

https://github.com/python/cpython/blob/v3.7.0a3/Python/Python-ast.c#L1671

Be it "ndots" everywhere, it could save me some time.
History
Date User Action Args
2017-12-30 01:49:41Yuri Kanivetskysetrecipients: + Yuri Kanivetsky
2017-12-30 01:49:41Yuri Kanivetskysetmessageid: <1514598581.85.0.213398074469.issue32450@psf.upfronthosting.co.za>
2017-12-30 01:49:41Yuri Kanivetskylinkissue32450 messages
2017-12-30 01:49:40Yuri Kanivetskycreate