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 terry.reedy
Recipients Paul.Davis, cheryl.sabella, docs@python, dstanek, eric.araujo, ncoghlan, terry.reedy
Date 2018-02-03.05:03:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517634184.36.0.467229070634.issue8722@psf.upfronthosting.co.za>
In-reply-to
Content
Nick, this is about better documenting the behavior of __get(set/del)attr__ in 3.x it relations to AttributeError in a property.  I think I understand what it does and think the patch is correct.  Could you either review or suggest someone else who better understands core behavior like this?
History
Date User Action Args
2018-02-03 05:03:04terry.reedysetrecipients: + terry.reedy, ncoghlan, dstanek, eric.araujo, docs@python, Paul.Davis, cheryl.sabella
2018-02-03 05:03:04terry.reedysetmessageid: <1517634184.36.0.467229070634.issue8722@psf.upfronthosting.co.za>
2018-02-03 05:03:04terry.reedylinkissue8722 messages
2018-02-03 05:03:03terry.reedycreate