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 josh.r
Recipients barry, eli.bendersky, ethan.furman, josh.r
Date 2017-03-08.15:31:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488987081.46.0.920819335458.issue29752@psf.upfronthosting.co.za>
In-reply-to
Content
Could that perhaps be intentional? Attribute access seems like something where the developer would be explicitly naming a single, hard coded, canonical name for the type, while string construction seems like something where you're getting a string from "somewhere" (user input, which is always terrible) and you'd want to have a way to handle invalid input.

The documentation is so sparse as to be useless for determining intent:

_missing_ – a lookup function used when a value is not found; may be overridden

I wouldn't view Label.redapple as an attempt to "find" anything, it's just simple attribute access.
History
Date User Action Args
2017-03-08 15:31:21josh.rsetrecipients: + josh.r, barry, eli.bendersky, ethan.furman
2017-03-08 15:31:21josh.rsetmessageid: <1488987081.46.0.920819335458.issue29752@psf.upfronthosting.co.za>
2017-03-08 15:31:21josh.rlinkissue29752 messages
2017-03-08 15:31:21josh.rcreate