]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 1 Jun 2019 22:26:00 +0000 (15:26 -0700)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2019 22:26:00 +0000 (15:26 -0700)
commitac60d1afd2b04f61fe4c965740fa32809f2b84ed
tree7c3d6c0e7baf541d4572c357bf816387dfa214b8
parentfefdc009906c5ea8fb57383817b3c42d3b0634ad
bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)

Insertion in line order makes sorting keys by line order unneeded.
(cherry picked from commit 1a4d9ffa1aecd7e750195f2be06d3d16c7a3a88f)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/browser.py
Lib/idlelib/idle_test/test_browser.py
Misc/NEWS.d/next/IDLE/2017-12-25-18-48-50.bpo-32411.vNwDhe.rst [new file with mode: 0644]