On Mon, Jun 19, 2017 at 07:36:09PM -0700, Ethan Furman wrote: > On 06/19/2017 07:26 PM, Steven D'Aprano wrote: > > >Or maybe we decide that it's actually a feature, not a problem, for an > >AttributeError inside self.attr.__get__ to look like self.attr is > >missing. > > It's a feature. It's why Enum classes can have members named 'value' and > 'name'.
Can you explain further? What's special about value and name? -- Steve _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/