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, r.david.murray
Date 2012-11-12.01:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352684362.98.0.281078392673.issue16457@psf.upfronthosting.co.za>
In-reply-to
Content
Lists can't be dictionary keys, but they can appear in other mappings (e.g. an id-keyed mapping). So, while you could add this capability to attrgetter without breaking backwards compatibility, it's not possible for itemgetter.
History
Date User Action Args
2012-11-12 01:39:23ncoghlansetrecipients: + ncoghlan, r.david.murray
2012-11-12 01:39:22ncoghlansetmessageid: <1352684362.98.0.281078392673.issue16457@psf.upfronthosting.co.za>
2012-11-12 01:39:22ncoghlanlinkissue16457 messages
2012-11-12 01:39:22ncoghlancreate