bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)

This commit is contained in:
Terry Jan Reedy 2018-09-24 19:15:40 -04:00 committed by GitHub
parent 025eb98dc0
commit 5a606674ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'.