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 Minion Jim, paul.moore, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-01-26.21:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517001029.36.0.467229070634.issue32611@psf.upfronthosting.co.za>
In-reply-to
Content
On Win10, with 3.5.4, 3.6.4, 3.7.0a4, the pinned IDLE icons on my taskbar look normal, with the notebook and snake icon.  Running

import tkinter as tk
r = tk.Tk()

stacks the edge of a shadow icon behind the IDLE icon.  When I mouse over the pair, the tkinter icon expand to a box with tk feather icon and 'tk' on the top title line and a blank white box.  Adding

tk.Label(r, text='jsfjlskjflsjflksjflkjsflkjsfljsfljslfjfs').pack()

shrinks the window to fit the label and the expanded icon has a shrunken box also.  Everything looks normal to me.

What windows version are you using?  What exact code do you run to get the effect you describe?  Can you describe what you see better?
History
Date User Action Args
2018-01-26 21:10:29terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, Minion Jim
2018-01-26 21:10:29terry.reedysetmessageid: <1517001029.36.0.467229070634.issue32611@psf.upfronthosting.co.za>
2018-01-26 21:10:29terry.reedylinkissue32611 messages
2018-01-26 21:10:29terry.reedycreate