Post #62 1.02K May 11, 2025, 09:52 UTC https://github.com/python/cpython/issues/133881#cpython #docs GitHub introduce `list.sort()` but no details before · Issue #133881 · python/cpython Documentation A example of lambda expressions introduces list.sort(), but there aren't details of list.sort() before. >>> pairs = [(1, 'one'), (2, 'two'), (3, 'thre... 👍 1