This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:21ned.deilysetrecipients: + ned.deily, terry.reedy, python-dev
2016-11-08 00:09:21ned.deilysetmessageid: <1478563761.31.0.458124587638.issue28572@psf.upfronthosting.co.za>
2016-11-08 00:09:21ned.deilylinkissue28572 messages
2016-11-08 00:09:21ned.deilycreate