[New-bugs-announce] [issue6181] Tkinter.Listbox several minor issues

Guilherme Polo report at bugs.python.org
Tue Jun 2 23:24:59 CEST 2009


New submission from Guilherme Polo <ggpolo at gmail.com>:

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.

----------
components: Tkinter
files: Listbox_fixes.diff
keywords: patch
messages: 88766
nosy: gpolo
severity: normal
status: open
title: Tkinter.Listbox several minor issues
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file14158/Listbox_fixes.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6181>
_______________________________________


More information about the New-bugs-announce mailing list