[issue3884] turtle in the tkinter package?

Brett Cannon report at bugs.python.org
Wed Sep 17 00:31:26 CEST 2008


Brett Cannon <brett at python.org> added the comment:

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.

----------
status: pending -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3884>
_______________________________________


More information about the Python-bugs-list mailing list