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, serhiy.storchaka
Date 2016-06-14.01:06:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465866380.0.0.570463827001.issue27313@psf.upfronthosting.co.za>
In-reply-to
Content
On 3.6.0a2, 3.5.2rc1, and 2.7.12rc1:

======================================================================
FAIL: test_identify (tkinter.test.test_ttk.test_widgets.ComboboxTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/test/test_ttk/test_widgets.py", line 332, in test_identify
    self.assertEqual(self.entry.identify(5, 5), "textarea")
AssertionError: 'Combobox.button' != 'textarea'
- Combobox.button
+ textarea

On 3.6.0a2 and 3.5.2rc1:

======================================================================
FAIL: test_virtual_event (tkinter.test.test_ttk.test_widgets.ComboboxTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/test/test_ttk/test_widgets.py", line 455, in test_virtual_event
    self.assertTrue(success)
AssertionError: [] is not true

----------------------------------------------------------------------
History
Date User Action Args
2016-06-14 01:06:20ned.deilysetrecipients: + ned.deily, serhiy.storchaka
2016-06-14 01:06:20ned.deilysetmessageid: <1465866380.0.0.570463827001.issue27313@psf.upfronthosting.co.za>
2016-06-14 01:06:19ned.deilylinkissue27313 messages
2016-06-14 01:06:19ned.deilycreate