classification
Title: Tkinter.Listbox several minor issues
Type: behavior Stage: patch review
Components: Tkinter Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, asvetlov, gpolo
Priority: normal Keywords: patch

Created on 2009-06-02 21:24 by gpolo, last changed 2012-04-04 10:16 by asvetlov.

Files
File name Uploaded Description Edit
Listbox_fixes.diff gpolo, 2009-06-02 21:24 review
Messages (2)
msg88766 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-06-02 21:24
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.
msg112877 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-08-04 20:00
Patch seems straight forward so can we commit please.
History
Date User Action Args
2012-04-04 10:16:46asvetlovsetnosy: + asvetlov
2010-08-04 20:00:17BreamoreBoysetversions: + Python 3.2
nosy: + BreamoreBoy

messages: + msg112877

type: behavior
stage: patch review
2009-06-21 19:43:32gpololinkissue869780 superseder
2009-06-02 21:24:57gpolocreate