Martin v. Löwis <[EMAIL PROTECTED]> added the comment:
Please submit separate patches for unrelated issues. As a whole, the
patch is unacceptable because of that.
Please don't add comments to the code that describe what has changed, or
what was before. Only describe what is. Specifically, don't
Gregor Lingl <[EMAIL PROTECTED]> added the comment:
The bugfix for bug 3) described above makes necessary the insertion of a
line in turtleDemo.py (around line 96)
Again I've attached the corresponding diff file
Added file: http://bugs.python.org/file11566/turtleDemo.diff
_
New submission from Gregor Lingl <[EMAIL PROTECTED]>:
Thorough testing revealesd the following bugs in turtle.py (Python 2.6):
1) Around lines 359 and 379: There's a name conflict with a methodname
of the parentclass Frame: _root. The bugfix consists in renaming this
attribute, which occurs only