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'. -- ~Ethan~ _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/