diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2019-06-01 21:03:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-06-01 21:03:22 (GMT) |
commit | 1a4d9ffa1aecd7e750195f2be06d3d16c7a3a88f (patch) | |
tree | 3bece5e0602e9ccc5d1c66a9d0e364f572cea1b6 /Lib/idlelib/NEWS.txt | |
parent | e5f6207ba6cb510d9370519ba869296be01787be (diff) | |
download | cpython-1a4d9ffa1aecd7e750195f2be06d3d16c7a3a88f.zip cpython-1a4d9ffa1aecd7e750195f2be06d3d16c7a3a88f.tar.gz cpython-1a4d9ffa1aecd7e750195f2be06d3d16c7a3a88f.tar.bz2 |
bpo-32411: IDLE: Remove line number sort in browser.py (#5011)
Insertion in line order makes sorting keys by line order unneeded.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index e1bc009..b260d4e 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,8 @@ Released on 2019-10-20? ====================================== +bpo-32411: Stop sorting dict created with desired line order. + bpo-37038: Make idlelib.run runnable; add test clause. bpo-36958: Print any argument other than None or int passed to |