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 aroberge
Recipients aroberge, willingc
Date 2018-06-16.21:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529184054.47.0.56676864532.issue23660@psf.upfronthosting.co.za>
In-reply-to
Content
I am sorry to hear that this bug was closed based on the unproven assumption that this would impact teaching material.  I have *never* seen any pedaggical material for the turtle module where the instructor wrote "use left() to have the turtle turn right, and vice-versa".

I file the original bug report and the code to fix it based on a report on the edu-sig mailing list, more than 3 years ago https://mail.python.org/pipermail/edu-sig/2015-March/011207.html

This bug makes it pedagogically unwise to set the coordinate system as described since a left() instruction makes the turtle turns right, and vice-versa. So, no one using the turtle module to teach can currently use this type of coordinate choice as it would be too confusing to students.  The solution provided would have fixed that.

If that is the final decision, then so be it - and I will advise people to use Brython's turtle module instead as it does not have this bug.
History
Date User Action Args
2018-06-16 21:20:54arobergesetrecipients: + aroberge, willingc
2018-06-16 21:20:54arobergesetmessageid: <1529184054.47.0.56676864532.issue23660@psf.upfronthosting.co.za>
2018-06-16 21:20:54arobergelinkissue23660 messages
2018-06-16 21:20:54arobergecreate