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 ethan.furman
Recipients barry, eli.bendersky, ethan.furman, josh.r
Date 2017-03-09.16:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489078078.81.0.0800784763296.issue29752@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you, Josh, that's a very good point.

One can be expected to have the correct spelling when using attribute access.

So the two accesses that make sense for a _missing_ call would then be:

- by-value lookup (e.g. Label(1))

- by-name lookup (e.g. Label['redapple'])

Sound reasonable?
History
Date User Action Args
2017-03-09 16:47:58ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, josh.r
2017-03-09 16:47:58ethan.furmansetmessageid: <1489078078.81.0.0800784763296.issue29752@psf.upfronthosting.co.za>
2017-03-09 16:47:58ethan.furmanlinkissue29752 messages
2017-03-09 16:47:58ethan.furmancreate