[issue3064] new turtle module for Python 3.0

2008-06-09 Thread Martin v. Löwis
Changes by Martin v. Löwis <[EMAIL PROTECTED]>: -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3064] new turtle module for Python 3.0

2008-06-09 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Thanks for the patch. Committed as r64061. Notice that the turtle module was meanwhile moved into the tkinter package. If you think it should stay as a toplevel module, you should discuss that on stdlib-sig.

[issue3064] new turtle module for Python 3.0

2008-06-09 Thread Gregor Lingl
Gregor Lingl <[EMAIL PROTECTED]> added the comment: And here the diff from docfile turtle.rst to what I have named turtle30.rst for now. Gregor -- keywords: +patch Added file: http://bugs.python.org/file10564/turtle.rst.diff ___ Python tracker <[EMAI

[issue3064] new turtle module for Python 3.0

2008-06-09 Thread Gregor Lingl
Gregor Lingl <[EMAIL PROTECTED]> added the comment: Here is the (slightly) modified docfile in rst-format for the new turtle module for Python 3.0 I'll submit the diff (from the turtle.rst for Python 2.6) in a follow up posting for your convenience. So you can easily check the few differences -

[issue3064] new turtle module for Python 3.0

2008-06-09 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Can you please provide the documentation change as a patch relative to the 2.6 Doc/lib/turtle.rst (or as a complete file based on turtle.rst)? In the current form, I find it hard to accept, since I would have to redo all the changes that I ha

[issue3064] new turtle module for Python 3.0

2008-06-08 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> loewis ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-lis

[issue3064] new turtle module for Python 3.0

2008-06-08 Thread Gregor Lingl
New submission from Gregor Lingl <[EMAIL PROTECTED]>: turtle3.zip contains the port of the new turtle module (including demo viewer and demo scripts) to Python 3.0 . One demo script has been added (tdemo_forest.py) It has been tested under Windows/MacOsX/Linux without showing up any problems.