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 brett.cannon
Recipients benjamin.peterson, brett.cannon, kirill_simonov
Date 2008-09-16.22:31:08
SpamBayes Score 6.621186e-08
Marked as misclassified No
Message-id <1221604286.98.0.804780465557.issue3884@psf.upfronthosting.co.za>
In-reply-to
Content
As Benjamin said, it's too late in the release cycle to change this.

Plus turtle is entirely Tk-dependent so putting in the package makes
sense to me. It also isn't important enough to be a top-level package.
Finally, I disagree that telling a newbie to type ``from tkinter import
turtle`` is any more difficult than to tell them to type ``import
tkinter``; if they don't know about importing then either form won't
make sense to them.
History
Date User Action Args
2008-09-16 22:31:27brett.cannonsetrecipients: + brett.cannon, kirill_simonov, benjamin.peterson
2008-09-16 22:31:26brett.cannonsetmessageid: <1221604286.98.0.804780465557.issue3884@psf.upfronthosting.co.za>
2008-09-16 22:31:09brett.cannonlinkissue3884 messages
2008-09-16 22:31:08brett.cannoncreate