Message 368315 - Python tracker

Message368315

Author eric.smith
Recipients Epic_Wink, dplepage, eric.smith, kgustyr, mjpieters, remi.lapeyre, xtreak, Кирилл Чуркин
Date 2020-05-06.23:35:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588808113.7.0.623693438602.issue36077@roundup.psfhosted.org>
In-reply-to
Content
It would be good if there were some way of unifying existing usage with positional-only and keyword-only parameters, and also supporting inheritance for dataclasses that use these features at various points in the hierarchy. I don't have any big ideas about this.

And of course it all needs to be backward compatible.
History
Date User Action Args
2020-05-06 23:35:13eric.smithsetrecipients: + eric.smith, mjpieters, remi.lapeyre, xtreak, Кирилл Чуркин, Epic_Wink, kgustyr, dplepage
2020-05-06 23:35:13eric.smithsetmessageid: <1588808113.7.0.623693438602.issue36077@roundup.psfhosted.org>
2020-05-06 23:35:13eric.smithlinkissue36077 messages
2020-05-06 23:35:13eric.smithcreate