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 uriyyo
Recipients Muhammad Alkarouri, abarry, apatrushev, ncoghlan, r.david.murray, uriyyo, xiang.zhang, xtreak, ztane
Date 2020-12-27.16:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609086016.25.0.598978636392.issue27794@roundup.psfhosted.org>
In-reply-to
Content
I have implemented this feature using an idea provided by Xiang Zhang.
Basically, property has new optional attribute `name` which will be added to msg of `AttributeError` in a case when `name` is set.
History
Date User Action Args
2020-12-27 16:20:16uriyyosetrecipients: + uriyyo, ncoghlan, r.david.murray, ztane, xiang.zhang, abarry, apatrushev, Muhammad Alkarouri, xtreak
2020-12-27 16:20:16uriyyosetmessageid: <1609086016.25.0.598978636392.issue27794@roundup.psfhosted.org>
2020-12-27 16:20:16uriyyolinkissue27794 messages
2020-12-27 16:20:16uriyyocreate