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 ncoghlan
Recipients Martin.Thurau, eric.snow, ncoghlan
Date 2014-03-08.04:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394253673.57.0.640117534394.issue20864@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, since None is a potentially valid attribute value, the required API for a descriptor to indicate "no such attribute" in __get__ is to throw AttributeError.
History
Date User Action Args
2014-03-08 04:41:13ncoghlansetrecipients: + ncoghlan, eric.snow, Martin.Thurau
2014-03-08 04:41:13ncoghlansetmessageid: <1394253673.57.0.640117534394.issue20864@psf.upfronthosting.co.za>
2014-03-08 04:41:13ncoghlanlinkissue20864 messages
2014-03-08 04:41:13ncoghlancreate