Message280265
| Author |
ned.deily |
| Recipients |
ned.deily, python-dev, terry.reedy |
| Date |
2016年11月08日.00:09:21 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1478563761.31.0.458124587638.issue28572@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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)] |
|
History
|
|---|
| 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 |
|