forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork6
Commite37d606
bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (pythonGH-31938)
(cherry picked from commitdbbe4d2)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>1 parent0b5f99a commite37d606
File tree
2 files changed
+5
-3
lines changed- Lib/tkinter/test
- test_tkinter
- test_ttk
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
803 | | - | |
| 803 | + | |
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
942 | | - | |
| 942 | + | |
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
0 commit comments
Comments
(0)