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 Frank Pae, serhiy.storchaka, terry.reedy
Date 2017-04-29.05:32:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493443979.81.0.548610436461.issue30200@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-04-29 05:32:59terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, Frank Pae
2017-04-29 05:32:59terry.reedysetmessageid: <1493443979.81.0.548610436461.issue30200@psf.upfronthosting.co.za>
2017-04-29 05:32:59terry.reedylinkissue30200 messages
2017-04-29 05:32:59terry.reedycreate