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 Arthur-Milchior
Recipients Arthur-Milchior, docs@python, martin.panter, rhettinger, zuo
Date 2021-12-26.16:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640535358.9.0.672963229917.issue20751@roundup.psfhosted.org>
In-reply-to
Content
Shouldn't those change be ported to 3.10 and maybe even earlier version? They are great, but hard to find if you read the current version manual.

I'm just surprised by the term "dotted lookup". The remaining of the documentation mention "attribute access". So I assumed that there was a reason to use "dotted lookup" instead of "attribute access". If there is such a reason, it's not clear right now. Otherwise, if they are equivalent, I'd suggest remaining consistent in the term used.

I must note that "dotted lookup" is also used in the howto about descriptor, but it does not explain the difference with "attribute access".

One last note, I find it a little bit strange that `a` was supposed to be the value on which the access is done, and suddenly it becomes a part of the value.
History
Date User Action Args
2021-12-26 16:15:58Arthur-Milchiorsetrecipients: + Arthur-Milchior, rhettinger, zuo, docs@python, martin.panter
2021-12-26 16:15:58Arthur-Milchiorsetmessageid: <1640535358.9.0.672963229917.issue20751@roundup.psfhosted.org>
2021-12-26 16:15:58Arthur-Milchiorlinkissue20751 messages
2021-12-26 16:15:58Arthur-Milchiorcreate