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 gpolo
Recipients ejoy, gpolo, loewis
Date 2008-04-04.22:12:35
SpamBayes Score 0.20772108
Marked as misclassified No
Message-id <1207347217.19.0.354785965957.issue869780@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, it should call self._getints, not sure why it was never done.
Fixing this gives curselection the correct behavior according to the Tk
Reference Manual: http://tmml.sourceforge.net/doc/tk/listbox.html
History
Date User Action Args
2008-04-04 22:13:37gpolosetspambayes_score: 0.207721 -> 0.20772108
recipients: + gpolo, loewis, ejoy
2008-04-04 22:13:37gpolosetspambayes_score: 0.207721 -> 0.207721
messageid: <1207347217.19.0.354785965957.issue869780@psf.upfronthosting.co.za>
2008-04-04 22:12:36gpololinkissue869780 messages
2008-04-04 22:12:36gpolocreate