[New-bugs-announce] [issue21573] Clean up turtle.py code formatting

Jessica McKellar report at bugs.python.org
Sun May 25 03:48:25 CEST 2014


New submission from Jessica McKellar:

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.

----------
assignee: jesstess
keywords: gsoc
messages: 219068
nosy: jesstess
priority: normal
severity: normal
stage: needs patch
status: open
title: Clean up turtle.py code formatting
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list