[issue22226] Refactor dict result handling in Tkinter

Terry J. Reedy report at bugs.python.org
Thu Aug 21 01:39:41 CEST 2014


Terry J. Reedy added the comment:

The patch expands and fixes buggy ttk._dict_from_tcltuple, renames and moves it to tkinter._splitdict, and replace 4 similar blocks of code in tkinter with calls to _splitdict.  Review published. The only substantive comment is about keeping the test, in a new location. Aside from the comments, this is a nice code improvement.

----------

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


More information about the Python-bugs-list mailing list