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 mark
Recipients docs@python, mark
Date 2014-08-02.07:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406966271.25.0.28039955033.issue22122@psf.upfronthosting.co.za>
In-reply-to
Content
The turtle module is aimed primarily at young beginners to Python. Making them type turtle.this and turtle.that all over the place is tedious and unhelpful.

At the start of the turtle docs there's a nice example that begins
from turtle import *
and the following code is all the better for it.

But none of the other examples do this. I realise that this would make the module's docs inconsistent, but given the target audience and given that we surely want to lower the barrier to entry, it would be a reasonable concession to make?
History
Date User Action Args
2014-08-02 07:57:51marksetrecipients: + mark, docs@python
2014-08-02 07:57:51marksetmessageid: <1406966271.25.0.28039955033.issue22122@psf.upfronthosting.co.za>
2014-08-02 07:57:51marklinkissue22122 messages
2014-08-02 07:57:51markcreate