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 gpolo
Date 2009-06-02.21:24:55
SpamBayes Score 5.028437e-09
Marked as misclassified No
Message-id <1243977899.25.0.845872446641.issue6181@psf.upfronthosting.co.za>
In-reply-to
Content
Hi there,

I've found several minor issues in Tkinter.Listbox which are all fixed
by the attached patch.

I'm considering the bbox method should be clear in relation to the
amount of accepted arguments, which is always one. So I dropped the
*args usage there.
The curselection method has a reminder about applying getints on it, I
have done it now. I think it is fine to finally fix it, since we have
some tests for it now (at least in the tk_and_idle_maintenance branch).
The remaining changes in the patch are all about fixing docstring of
several methods in Listbox.
History
Date User Action Args
2009-06-02 21:24:59gpolosetrecipients: + gpolo
2009-06-02 21:24:59gpolosetmessageid: <1243977899.25.0.845872446641.issue6181@psf.upfronthosting.co.za>
2009-06-02 21:24:57gpololinkissue6181 messages
2009-06-02 21:24:57gpolocreate