Message280265
test_idle now fails (macOS 10.12, Tcl/Tk 8.6):
test test_idle failed -- Traceback (most recent call last):
File "./lib/python3.7/idlelib/idle_test/test_configdialog.py", line 62, in test_font
self.assertEqual(changes, expected)
AssertionError: Lists differ: [('ma[70 chars]ont-size', '11'), ('main', 'EditorWindow', 'font-bold', False)] != [('ma[70 chars]ont-size', '10'), ('main', 'EditorWindow', 'font-bold', False)]
First differing element 1:
('main', 'EditorWindow', 'font-size', '11')
('main', 'EditorWindow', 'font-size', '10')
[('main', 'EditorWindow', 'font', 'Test Font'),
- ('main', 'EditorWindow', 'font-size', '11'),
? ^
+ ('main', 'EditorWindow', 'font-size', '10'),
? ^
('main', 'EditorWindow', 'font-bold', False)] |
|
Date |
User |
Action |
Args |
2016-11-08 00:09:21 | ned.deily | set | recipients:
+ ned.deily, terry.reedy, python-dev |
2016-11-08 00:09:21 | ned.deily | set | messageid: <1478563761.31.0.458124587638.issue28572@psf.upfronthosting.co.za> |
2016-11-08 00:09:21 | ned.deily | link | issue28572 messages |
2016-11-08 00:09:21 | ned.deily | create | |
|