[New-bugs-announce] [issue30200] tkinter ListboxSelect

Frank Pae report at bugs.python.org
Fri Apr 28 11:42:07 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30200>
_______________________________________


More information about the New-bugs-announce mailing list