Message 240703 - Python tracker

Message240703

Author ned.deily
Recipients Al.Sweigart, ned.deily, terry.reedy
Date 2015-04-13.18:41:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428950464.96.0.121384839132.issue23922@psf.upfronthosting.co.za>
In-reply-to
Content
Creating a new import dependency to idlelib.PyShell in turtle.py doesn't seem like a good idea since turtle.py does not currently need to be used with IDLE (unlike turtledemo which does have an existing dependency on idlelib).  Perhaps a better way would be to add an option to turtle.cfg to allow users to specify an icon file and have turtledemo set it to the IDLE one if used from IDLE?
History
Date User Action Args
2015-04-13 18:41:05ned.deilysetrecipients: + ned.deily, terry.reedy, Al.Sweigart
2015-04-13 18:41:04ned.deilysetmessageid: <1428950464.96.0.121384839132.issue23922@psf.upfronthosting.co.za>
2015-04-13 18:41:04ned.deilylinkissue23922 messages
2015-04-13 18:41:04ned.deilycreate