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 petr.viktorin
Recipients petr.viktorin
Date 2015-03-18.13:43:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426686202.27.0.781464549576.issue23699@psf.upfronthosting.co.za>
In-reply-to
Content
Rich comparison functions of many builtin types include a block of boilerplate which can be consolidated in a macro. The macro can be useful for third-party extensions as well as CPython itself.

See this e-mail for a longer write-up: https://mail.python.org/pipermail/python-ideas/2015-March/032564.html
History
Date User Action Args
2015-03-18 13:43:22petr.viktorinsetrecipients: + petr.viktorin
2015-03-18 13:43:22petr.viktorinsetmessageid: <1426686202.27.0.781464549576.issue23699@psf.upfronthosting.co.za>
2015-03-18 13:43:22petr.viktorinlinkissue23699 messages
2015-03-18 13:43:22petr.viktorincreate