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 gpolo, serhiy.storchaka, terry.reedy
Date 2017-07-10.06:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499666481.4.0.111850993468.issue6159@psf.upfronthosting.co.za>
In-reply-to
Content
> However, while the revision describes how the Python wrapper should behave, I am dubious that tk.call itself returns either a list or a tuple, rather than a string such as '{0 sash}' unless verifed with a test.

This depends on the value of wantobjects. If it is 0, PanedWindow.identify() returns a string such as '{0 sash}'. Otherwise it currently returns a pair of an integer and a string. But this depends on Tk implementation details. In future versions it could return a second item as a Tcl_Obj instead of a string. This can be changed even in a Tk bugfix release.
History
Date User Action Args
2017-07-10 06:01:21serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, gpolo
2017-07-10 06:01:21serhiy.storchakasetmessageid: <1499666481.4.0.111850993468.issue6159@psf.upfronthosting.co.za>
2017-07-10 06:01:21serhiy.storchakalinkissue6159 messages
2017-07-10 06:01:21serhiy.storchakacreate