This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients gpolo
Date 2009-06-01.03:22:03
SpamBayes Score 4.0829065e-08
Marked as misclassified No
Message-id <1243826530.3.0.945381049334.issue6160@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-01 03:22:11gpolosetrecipients: + gpolo
2009-06-01 03:22:10gpolosetmessageid: <1243826530.3.0.945381049334.issue6160@psf.upfronthosting.co.za>
2009-06-01 03:22:07gpololinkissue6160 messages
2009-06-01 03:22:06gpolocreate