New submission from Guilherme Polo <ggp...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to