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