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 epaine
Recipients asvetlov, epaine, gpolo, th9
Date 2020-06-16.19:49:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592336957.0.0.196286635917.issue13554@roundup.psfhosted.org>
In-reply-to
Content
This is a tk issue, as it can be reproduced using 'wish' (tcl 8.6.10):

wm title . "APP title"
wm iconname . APP
image create photo .iconL -file icon256.png
image create photo .iconS -file icon48.png
wm iconphoto . -default .iconL .iconS

Thank you th9 for reporting this, but it should be closed as "third party".
History
Date User Action Args
2020-06-16 19:49:17epainesetrecipients: + epaine, gpolo, asvetlov, th9
2020-06-16 19:49:17epainesetmessageid: <1592336957.0.0.196286635917.issue13554@roundup.psfhosted.org>
2020-06-16 19:49:16epainelinkissue13554 messages
2020-06-16 19:49:16epainecreate