[issue13519] Tkinter rowconfigure and columnconfigure functions crash if minsize, pad, or weight is not None

2011-12-02 Thread aoi.leslie
aoi.leslie added the comment: Setting the config has no problem. Only reading has. The config is read from Tk at line 1270 by code res = self.tk.call('grid', command, self._w, index) . If each of the four options (minsize, pad, uniform, and weight

[issue13519] Tkinter rowconfigure and columnconfigure functions crash if minsize, pad, or weight is not None

2011-12-02 Thread aoi.leslie
New submission from aoi.leslie : Symptom: When use tkinter Widget class's rowconfigure or columnconfigure function (The two functions are defined in baseclass Misc.) to get the setting for a row or column (The setting is a dict containing fields 'minsize', 'pad', '