Serhiy Storchaka added the comment:

The patch expands and fixes buggy ttk._dict_from_tcltuple, renames and moves it 
to tkinter._splitdict

There are differences between these functions. tkinter._splitdict calls 
splitlist on its argument, ttk._dict_from_tcltuple requires argument to be 
tuple/list. ttk._dict_from_tcltuple calls tclobjs_to_py on the result, 
tkinter._splitdict left it to the caller. Instead tkinter._splitdict allows you 
to specify custom function for dict values convertion.

Updated patch addresses Terry's comments.

Function name is matter of bakeshedding.

----------
Added file: http://bugs.python.org/file36425/tkinter_splitdict_2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22226>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to