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 kbk, loewis, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-01-31.10:09:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <9466252.8KEHSjf58K@raxxla>
In-reply-to <1391162064.77.0.112640322134.issue20406@psf.upfronthosting.co.za>
Content
> Related but separate issue. A TreeWidget used for browsing files uses the
> old python.gif icon for .py files. I think we should switch to the modern
> one that you uploaded as python_16x16.gif. Agree?

Agree.

As for 2.7, we can use

    root.tk.call('wm', 'iconphoto', str(root), "-default", *icons)

In Ubuntu (and perhaps other Linux distributives), just main Python logo (as 
in favicon) is used as IDLE desktop icon. May be we should discuss IDLE icon 
and logo (which can be shown in the About window) on Python-Dev.
History
Date User Action Args
2014-01-31 10:09:39serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, kbk, roger.serwy
2014-01-31 10:09:39serhiy.storchakalinkissue20406 messages
2014-01-31 10:09:39serhiy.storchakacreate