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 Lita.Cho
Recipients Lita.Cho, ezio.melotti, gregorlingl, ingrid, jesstess, rhettinger, terry.reedy
Date 2014-06-02.00:30:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401669060.82.0.439986856803.issue21573@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you so much for your support, Terry. I really appreciate all your feedback. Your comments have been very helpful as I am learning Turtle and Tkinter.

Most of my changes are related to spacing, visual indentation, consistent line spaces between method definitions, and making sure all the code falls within 80 lines. They have been all been minor changes that wouldn't change the logic of the code. I haven't gotten to removing the commented out code yet.

I will wait to commit this till I fix a bug in Turtle.
History
Date User Action Args
2014-06-02 00:31:01Lita.Chosetrecipients: + Lita.Cho, rhettinger, terry.reedy, gregorlingl, ezio.melotti, jesstess, ingrid
2014-06-02 00:31:00Lita.Chosetmessageid: <1401669060.82.0.439986856803.issue21573@psf.upfronthosting.co.za>
2014-06-02 00:31:00Lita.Cholinkissue21573 messages
2014-06-02 00:30:59Lita.Chocreate