[issue6160] Tkinter.Spinbox: fix for bbox and removed some uninteresting returns

Guilherme Polo report at bugs.python.org
Mon Jun 1 05:22:10 CEST 2009


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

The current bbox method for Tkinter.Spinbox is very likely to never
return a tuple. The attached patch uses _getints to always return a
tuple of integers.

The other changes in the patch are about removing unneeded return
statements.

----------
components: Tkinter
files: Spinbox_fixes.diff
keywords: patch
messages: 88634
nosy: gpolo
severity: normal
status: open
title: Tkinter.Spinbox: fix for bbox and removed some uninteresting returns
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file14139/Spinbox_fixes.diff

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


More information about the Python-bugs-list mailing list