bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.… · python/cpython@5a60667 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 5a60667
bpo-34162: Add entry for idlelib/NEWS.txt already included for 3.6/3.7 (GH-9549)
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -3,6 +3,11 @@ Released on 2019-10-20? | ||
3 | 3 | ====================================== |
4 | 4 | |
5 | 5 | |
6 | +bpo-33975: Avoid small type when running htests. | |
7 | +Since part of the purpose of human-viewed tests is to determine that | |
8 | +widgets look right, it is important that they look the same for testing | |
9 | +as when running IDLE. | |
10 | + | |
6 | 11 | bpo-33905: Add test for idlelib.stackview.StackBrowser. |
7 | 12 | |
8 | 13 | bpo-33924: Change mainmenu.menudefs key 'windows' to 'window'. |