On 2/11/22, Paul Moore <[email protected]> wrote:
>
> I'm inclined to say just raise an issue on bpo. If it's easy enough,
> it'll just get done. If it's hard, having lots of people support the
> idea won't make it any easier. I don't think this is something that
> particularly needs evidence of community support before asking for it.

The error message is in property_descr_set() in Objects/descrobject.c.
I agree that it should state that the attribute is a property. Python
developers know that a property requires a getter, setter, and deleter
method in order to function like a regular, mutable attribute. If not,
help(property) explains it all clearly.
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/WBQZMFZT4KCXKEUEND4BNAZFAAUA7HA2/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to