[issue2906] tkinter, assorted fixes

Guilherme Polo report at bugs.python.org
Sun May 25 20:01:41 CEST 2008


Guilherme Polo <ggpolo at gmail.com> added the comment:

I found a problem in the previous patch, new one added. This patch now
only considers tuple and list as possible option value that should be
joined, and the items inside the list or tuple should be either a string
or integer, otherwise it doesn't try to join the values.

The problem in the previous patch is that it would always join the value
independent of the value's content. But if an option is composed of a
tuple of tuples (used by dialogs), this conversion shouldn't be done.

Added file: http://bugs.python.org/file10440/fixes_Tkinter.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2906>
__________________________________


More information about the Python-bugs-list mailing list