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 Frank Pae
Recipients Frank Pae
Date 2017-04-28.15:42:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493394127.57.0.90610531486.issue30200@psf.upfronthosting.co.za>
In-reply-to
Content
prerequisite:
you have more than one tkinter listbox

behavior in py 2.7.13 and py 3.5.3:
if you leave a listbox and goes to another, then the abandoned listbox create not a  ListboxSelect Event

behavior in py 3.6.0 and 3.6.1:
if you leave a listbox and goes to another, then the abandoned listbox create a  ListboxSelect Event and this gives a error-message


I dont know if my program is false, but it works in 2.7 and 3.5 good, however not with 3.6

Thank you
History
Date User Action Args
2017-04-28 15:42:07Frank Paesetrecipients: + Frank Pae
2017-04-28 15:42:07Frank Paesetmessageid: <1493394127.57.0.90610531486.issue30200@psf.upfronthosting.co.za>
2017-04-28 15:42:07Frank Paelinkissue30200 messages
2017-04-28 15:42:07Frank Paecreate