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 levkivskyi
Recipients Justin McCann, andrewbriand, levkivskyi, serhiy.storchaka
Date 2019-09-21.15:04:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569078243.12.0.0585175652045.issue38166@roundup.psfhosted.org>
In-reply-to
Content
As Serhiy explained, there is no bug here, _potentially_ we could change AST so that attribute name (i.e. "b" in "a.b") is wrapped in a special node holding the position info (similar to ``ast.arg``), but it is a breaking change and is not worth it. You can re-open your issue on PyLint tracker.
History
Date User Action Args
2019-09-21 15:04:03levkivskyisetrecipients: + levkivskyi, serhiy.storchaka, Justin McCann, andrewbriand
2019-09-21 15:04:03levkivskyisetmessageid: <1569078243.12.0.0585175652045.issue38166@roundup.psfhosted.org>
2019-09-21 15:04:03levkivskyilinkissue38166 messages
2019-09-21 15:04:02levkivskyicreate