Neil Girdhar <[email protected]> added the comment:
The problem with `key=lambda item: -item` is that item cannot always be easily negated. For example, tuples are often used as keys. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue4356> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
