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, larry, levkivskyi, ncoghlan
Date 2018-01-23.02:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516675868.49.0.467229070634.issue32513@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than re-implementing (and maintaining) functools.total_ordering semantics, I'd rather advise them to specify order=False and just use functools.total_ordering. It's an odd use case for dataclasses, anyway.
History
Date User Action Args
2018-01-23 02:51:08eric.smithsetrecipients: + eric.smith, ncoghlan, larry, levkivskyi
2018-01-23 02:51:08eric.smithsetmessageid: <1516675868.49.0.467229070634.issue32513@psf.upfronthosting.co.za>
2018-01-23 02:51:08eric.smithlinkissue32513 messages
2018-01-23 02:51:08eric.smithcreate