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 Al.Sweigart, ned.deily, serhiy.storchaka, terry.reedy, willingc
Date 2018-06-16.20:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529182563.49.0.56676864532.issue23922@psf.upfronthosting.co.za>
In-reply-to
Content
I am closing and rejecting this as not worth the bother and "ain't gonna happen" at things now stand.  

The 'IDLE icons' are not IDLE icons.  They are Python application icons which I adapted for IDLE.  The one on the Windows taskbar are set by the Windows installer.

The IDLE code could be copied into turtle (where it might stagnate if tk changes), but this would require making turtle a package.  Not worth it.
I don't consider using the tk icons that big a problem.  They work across platforms and the tk people will continue to make sure they do.  I would not be terribly surprised is some beginners think that the blue feature *is* a turtle logo ;-).

To use the IDLE code directly, it should be in a public interface module.  I am willing to create one within idlelib, but there would be opposition, so this is off the table for now.

I think there should be a utility module under tkinter, but Serhiy has shown no interest, and I am not going to divert my energy to pushing this at present.  In any case, I think such a proposal should be a clean new issue.
History
Date User Action Args
2018-06-16 20:56:03terry.reedysetrecipients: + terry.reedy, ned.deily, Al.Sweigart, serhiy.storchaka, willingc
2018-06-16 20:56:03terry.reedysetmessageid: <1529182563.49.0.56676864532.issue23922@psf.upfronthosting.co.za>
2018-06-16 20:56:03terry.reedylinkissue23922 messages
2018-06-16 20:56:03terry.reedycreate