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 eric.smith
Recipients eric.smith, jmg
Date 2020-11-20.20:09:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605902974.98.0.894412993686.issue42414@roundup.psfhosted.org>
In-reply-to
Content
@property has a place to attach the docstring, dataclasses in general do not. I wouldn't want to add a descriptor just to have the ability to add a docstring. There are performance issues involved, and I'm sure some corner cases where functionality would change.

Maybe if you bring this up on python-ideas you can get some more ideas.
History
Date User Action Args
2020-11-20 20:09:34eric.smithsetrecipients: + eric.smith, jmg
2020-11-20 20:09:34eric.smithsetmessageid: <1605902974.98.0.894412993686.issue42414@roundup.psfhosted.org>
2020-11-20 20:09:34eric.smithlinkissue42414 messages
2020-11-20 20:09:34eric.smithcreate