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 jesstess
Recipients jesstess
Date 2014-05-25.01:48:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400982505.0.0.749326101789.issue21573@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/turtle.py has some code formatting issues. Let's clean them up to make the module easier to read as interns start working on it this summer. Specifically:

1. Run turtle.py through a pep8 checker and fix the issues that are reasonable to fix.

2. Run turtle.py through a linter like pyflakes and fix reasonable linter issues.

3. Examine commented out code, and either remove it or open a ticket if it represents an issue that should be fixed.

4. Examine # XXX comments, and either remove them if they are no longer applicable, or open tickets for them if they still represent bugs and then remove them.
History
Date User Action Args
2014-05-25 01:48:25jesstesssetrecipients: + jesstess
2014-05-25 01:48:25jesstesssetmessageid: <1400982505.0.0.749326101789.issue21573@psf.upfronthosting.co.za>
2014-05-25 01:48:23jesstesslinkissue21573 messages
2014-05-25 01:48:21jesstesscreate