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 ncoghlan
Recipients eric.smith, larry, levkivskyi, ncoghlan
Date 2018-01-23.02:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516676271.96.0.467229070634.issue32513@psf.upfronthosting.co.za>
In-reply-to
Content
I'd be fine with that recommendation (since `@dataclass(order=False)` and `@total_ordering` will compose without any problems), but in that case I'd suggest having "order=True" + any of the ordering methods result in an exception (as you've proposed for frozen=True and the methods that it needs to override).
History
Date User Action Args
2018-01-23 02:57:51ncoghlansetrecipients: + ncoghlan, larry, eric.smith, levkivskyi
2018-01-23 02:57:51ncoghlansetmessageid: <1516676271.96.0.467229070634.issue32513@psf.upfronthosting.co.za>
2018-01-23 02:57:51ncoghlanlinkissue32513 messages
2018-01-23 02:57:51ncoghlancreate