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 cvrebert, martin.panter, ncoghlan, pitrou, scoder
Date 2014-02-22.14:14:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7e2fn=sj63QJmV4yF2CqK-f8m9wXfobd9_tK+cm2aEPhw@mail.gmail.com>
In-reply-to <1393024870.01.0.454529353772.issue20632@psf.upfronthosting.co.za>
Content
I suspect it could just be a class decorator (along the lines of
total_ordering), and it should certainly be prototyped on PyPI as such a
decorator (using a different name for the key calculating method). If it
eventually happened, elevation to a core protocol would really be about
defining this as being *preferred* in the cases where it applies, and
that's a fairly weak basis for changing the type constructor.
History
Date User Action Args
2014-02-22 14:14:43ncoghlansetrecipients: + ncoghlan, pitrou, scoder, cvrebert, martin.panter
2014-02-22 14:14:43ncoghlanlinkissue20632 messages
2014-02-22 14:14:42ncoghlancreate