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 ncoghlan
Date 2014-02-15.00:26:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392423962.8.0.266171148873.issue20632@psf.upfronthosting.co.za>
In-reply-to
Content
Note: in conjuction with a class decorator (along the lines of functools.total_ordering), this idea is amenable to experimentation as a third party module. However, any such third party module shouldn't use a reserved name like __key__ - a public name like "calculate_key" would be more appropriate.
History
Date User Action Args
2014-02-15 00:26:02ncoghlansetrecipients: + ncoghlan
2014-02-15 00:26:02ncoghlansetmessageid: <1392423962.8.0.266171148873.issue20632@psf.upfronthosting.co.za>
2014-02-15 00:26:02ncoghlanlinkissue20632 messages
2014-02-15 00:26:02ncoghlancreate