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 terry.reedy
Recipients Guilherme.Simões, Mark.Young, Todd.Rovito, gpolo, ned.deily, python-dev, r.david.murray, roger.serwy, serhiy.storchaka, terry.reedy, weeble
Date 2016-06-12.04:28:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465705684.3.0.971329712643.issue5124@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: entry=entry as much as any name=expression pair to print the value of variable entry on test failure, either "entry=<tkinter.Entry object .58910800>)" or "entry=<tkinter.ttk.Entry object .58911024>)", as in

======================================================================
FAIL: test_paste_entry (__main__.PasteTest) (ans='two', end='end', entry=<tkinter.ttk.Entry object .58911024>)
Test pasting into an entry with and without a selection.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "F:\Python\dev\36\lib\idlelib\idle_test\test_editmenu.py", line 53, in test_paste_entry
    self.assertTrue(False)
AssertionError: False is not true
History
Date User Action Args
2016-06-12 04:28:04terry.reedysetrecipients: + terry.reedy, gpolo, ned.deily, roger.serwy, weeble, r.david.murray, Todd.Rovito, Mark.Young, python-dev, serhiy.storchaka, Guilherme.Simões
2016-06-12 04:28:04terry.reedysetmessageid: <1465705684.3.0.971329712643.issue5124@psf.upfronthosting.co.za>
2016-06-12 04:28:04terry.reedylinkissue5124 messages
2016-06-12 04:28:03terry.reedycreate