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 terry.reedy
Recipients gpolo, serhiy.storchaka, terry.reedy
Date 2014-08-20.23:39:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408577981.11.0.884348490642.issue22226@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-08-20 23:39:41terry.reedysetrecipients: + terry.reedy, gpolo, serhiy.storchaka
2014-08-20 23:39:41terry.reedysetmessageid: <1408577981.11.0.884348490642.issue22226@psf.upfronthosting.co.za>
2014-08-20 23:39:41terry.reedylinkissue22226 messages
2014-08-20 23:39:41terry.reedycreate