diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-09-24 23:15:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-24 23:15:40 (GMT) |
commit | 5a606674edbf4a94370ee55b0906dd9bec83abb0 (patch) | |
tree | 41fe2665c2806d9114ee2d40be57c77419a7ba62 /Lib/idlelib | |
parent | 025eb98dc0c1dc27404df6c544fc2944e0fa9f3a (diff) | |
download | cpython-5a606674edbf4a94370ee55b0906dd9bec83abb0.zip cpython-5a606674edbf4a94370ee55b0906dd9bec83abb0.tar.gz cpython-5a606674edbf4a94370ee55b0906dd9bec83abb0.tar.bz2 |
bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 6b08408..273f7c4 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,11 @@ Released on 2019-10-20? ====================================== +bpo-33975: Avoid small type when running htests. +Since part of the purpose of human-viewed tests is to determine that +widgets look right, it is important that they look the same for testing +as when running IDLE. + bpo-33905: Add test for idlelib.stackview.StackBrowser. bpo-33924: Change mainmenu.menudefs key 'windows' to 'window'. |