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 abarry
Recipients abarry, r.david.murray, ztane
Date 2016-08-18.14:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471531868.64.0.919785475447.issue27794@psf.upfronthosting.co.za>
In-reply-to
Content
The approach I'd take would be to change how {get,set,del}attr handle AttributeError; possibly by automatically filling in the information and giving a nicer error message. This would fix this as a side-effect (somewhat; some bits of code would need to change). How does that sound to core devs?
History
Date User Action Args
2016-08-18 14:51:08abarrysetrecipients: + abarry, r.david.murray, ztane
2016-08-18 14:51:08abarrysetmessageid: <1471531868.64.0.919785475447.issue27794@psf.upfronthosting.co.za>
2016-08-18 14:51:08abarrylinkissue27794 messages
2016-08-18 14:51:08abarrycreate