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 NeilGirdhar
Recipients Dima.Tisnek, NeilGirdhar, alex, bls, dmtr, ericreynolds, flyingosprey, gregory.p.smith, jafo, josh.r, mark.dickinson, martin.panter, milko.krachounov, remi.lapeyre, rhettinger, tebeka, terry.reedy, wumpus, yselivanov
Date 2019-05-26.13:54:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558878899.24.0.103045834024.issue4356@roundup.psfhosted.org>
In-reply-to
Content
The problem with `key=lambda item: -item` is that item cannot always be easily negated.  For example, tuples are often used as keys.
History
Date User Action Args
2019-05-26 13:54:59NeilGirdharsetrecipients: + NeilGirdhar, rhettinger, terry.reedy, gregory.p.smith, jafo, tebeka, mark.dickinson, alex, milko.krachounov, dmtr, bls, martin.panter, Dima.Tisnek, yselivanov, josh.r, ericreynolds, wumpus, remi.lapeyre, flyingosprey
2019-05-26 13:54:59NeilGirdharsetmessageid: <1558878899.24.0.103045834024.issue4356@roundup.psfhosted.org>
2019-05-26 13:54:59NeilGirdharlinkissue4356 messages
2019-05-26 13:54:59NeilGirdharcreate