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 serhiy.storchaka
Recipients Zero, gpolo, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-05-14.06:44:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400049880.55.0.00206876943198.issue21402@psf.upfronthosting.co.za>
In-reply-to
Content
This is not so easy, because it does not work with wantobject=False and can not work with future versions of Tk. Actually we should use self.tk instead of _default_root, but this will change the signature of _list_from_layouttuple() and _val_or_dict(). Due to the risk of breaking existing user code which uses these private functions, they should be left with old signature and new functions should be added.
History
Date User Action Args
2014-05-14 06:44:40serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, gpolo, Zero, zach.ware
2014-05-14 06:44:40serhiy.storchakasetmessageid: <1400049880.55.0.00206876943198.issue21402@psf.upfronthosting.co.za>
2014-05-14 06:44:40serhiy.storchakalinkissue21402 messages
2014-05-14 06:44:40serhiy.storchakacreate