Terry J. Reedy added the comment:

Bug examples should be the bare minimum of code needed to reproduce the 
problem, not a dump of (failing) application code.  See, for instance, 
https://stackoverflow.com/help/mcve.

http://www.tcl.tk/man/tcl8.6/TkCmd/listbox.htm says "Any time the set of 
selected item(s) in the listbox is updated by the user through the keyboard or 
mouse, the virtual event <<ListboxSelect>> will be generated."  It was the same 
for 8.5.

What precise actions are *needed* to produce what you consider buggy behavior?  
Please copy the complete traceback for the exception.  What system (OS) are you 
using.  If *nix, are you using the same tcl/tk for 3.6 as for 3.5?

----------
nosy: +serhiy.storchaka, terry.reedy
stage:  -> test needed
versions: +Python 3.7

_______________________________________
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

Reply via email to