[issue21573] Clean up turtle.py code formatting

2016-02-06 Thread Anish Shah
Changes by Anish Shah : -- nosy: +anish.shah ___ Python tracker ___ ___

[issue21573] Clean up turtle.py code formatting

2014-07-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: In private email, Gregor indicated that he would like to be involved in turtle maintenance, and will be available about Aug. 1. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21573

[issue21573] Clean up turtle.py code formatting

2014-06-02 Thread R. David Murray
R. David Murray added the comment: A side note about tests: once a couple or three years ago I made it so that you could run 'make doctest' against the turtle documentation and it would work (displaying stuff on the screen). There's no checking of the output, but it proved the examples at

[issue21573] Clean up turtle.py code formatting

2014-06-01 Thread Raymond Hettinger
Raymond Hettinger added the comment: I would like to provide a final review before of any proposed changes. Also, along the way, I would happy to provide suggestions for more substantive changes (instead of shallow PEP 8 or PyLint changes). The primary defect in the modules is that the code

[issue21573] Clean up turtle.py code formatting

2014-06-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: I think the *some* of the 'adultification' that you refer to is a result of Gregor reimplementing turtle in a tkinter-independent intermediate language or two, the lowest layer of which he then implemented in tkinter as one particular backend. He intended to

[issue21573] Clean up turtle.py code formatting

2014-06-01 Thread Lita Cho
Lita Cho added the comment: 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

[issue21573] Clean up turtle.py code formatting

2014-05-31 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21573 ___ ___

[issue21573] Clean up turtle.py code formatting

2014-05-31 Thread Jessica McKellar
Jessica McKellar added the comment: Terry, thank you for all the time you've been putting into the GSoC and OPW tickets. Questions: is there project link? are any of the mentors core developers, with commit rights? or would you need commits from someone like me?

[issue21573] Clean up turtle.py code formatting

2014-05-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: I like the proposal and would like to see it happen. My concern is to avoid having interns write patches that get rejected for non-technical reasons. I won't make any specific suggestions until I get more information either from the pydev thread

[issue21573] Clean up turtle.py code formatting

2014-05-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am glad to see this. Gregor has been inactive for several years, Except for Ned's recent patch for OSX, it has been years since there was a turtle-specific code patch (from hg revision history). Questions: is there project link? are any of the mentors core

[issue21573] Clean up turtle.py code formatting

2014-05-30 Thread Lita Cho
Lita Cho added the comment: Hi Terry, is there project link? are any of the mentors core developers, with commit rights? or would you need commits from someone like me? I am not 100% sure. Let me ask Jessica, who is my mentor, and get back to you. I have read turtle.py and found that the

[issue21573] Clean up turtle.py code formatting

2014-05-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: When I re-read the top of the file, I remembered that turtle.py has unique issues in relation to code ownership. (I was once told that Gregor had to approve any substantive code change.) I asked about that and about code cleanups on pydev (thread 'updating

[issue21573] Clean up turtle.py code formatting

2014-05-24 Thread Jessica McKellar
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

[issue21573] Clean up turtle.py code formatting

2014-05-24 Thread Lita Cho
Changes by Lita Cho lita@gmail.com: -- nosy: +Lita.Cho ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21573 ___ ___ Python-bugs-list mailing

[issue21573] Clean up turtle.py code formatting

2014-05-24 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +gregorlingl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21573 ___ ___ Python-bugs-list mailing list

[issue21573] Clean up turtle.py code formatting

2014-05-24 Thread Lita Cho
Lita Cho added the comment: I'm claiming this ticket. Plan to work on it during my OPW internship. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21573 ___