On 2/11/22, Paul Moore <p.f.mo...@gmail.com> 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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/WBQZMFZT4KCXKEUEND4BNAZFAAUA7HA2/ Code of Conduct: http://python.org/psf/codeofconduct/