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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21573>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to