New submission from Frank Pae: 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 ---------- components: Tkinter files: tk_ListboxSelect.py messages: 292535 nosy: Frank Pae priority: normal severity: normal status: open title: tkinter ListboxSelect type: behavior versions: Python 3.6 Added file: http://bugs.python.org/file46833/tk_ListboxSelect.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30200> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com