[issue1513695] new turtle module

2008-06-04 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: Thanks for the patch, committed as r63929. Please move any further discussion or other necessary changes into a new issue. -- resolution: - accepted status: open - closed ___ Python tracker [EMAIL

[issue1513695] new turtle module

2008-06-02 Thread Gregor Lingl
Gregor Lingl [EMAIL PROTECTED] added the comment: I'd like to propose a few modifications of turtle.py for the transition from Python 2.6 to Python 3.0, which would result in a cleaner interface but also in some - i think marginal - incompatibiliy: 1) drop from math import * 2) delete the

[issue1513695] new turtle module

2008-06-02 Thread Gregor Lingl
Gregor Lingl [EMAIL PROTECTED] added the comment: In my last posting i forgot a fourth proposition. Currently one has the Turtle.methods fill(), begin_fill() and end_fill() As is stated in the old turtle docs the specification of fill is rather complex. begin_fill() and end_fill(), are

[issue1513695] new turtle module

2008-06-01 Thread Gregor Lingl
Gregor Lingl [EMAIL PROTECTED] added the comment: Hi, here is my contribution. The zip-file contains - the module turtle.py - a doc-file turtle-docs.txt - a subdirectory with a series of sample scripts and a demoviewer. (one of the demoscripts is a standalone script) Clearly the docs have

[issue1513695] new turtle module

2008-05-23 Thread Martin v. Löwis
Martin v. Löwis [EMAIL PROTECTED] added the comment: Can you please file a contributor agreement? This would be a prerequisite for including the module. Also, is there any progress on the open issues? I really would like to see a single zip file that unpacks on top of the Python tree, replaces

[issue1513695] new turtle module

2008-03-23 Thread Brad Miller
Changes by Brad Miller [EMAIL PROTECTED]: -- nosy: +bmiller _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1513695 _ ___ Python-bugs-list mailing list

[issue1513695] new turtle module

2008-03-23 Thread Brad Miller
Brad Miller [EMAIL PROTECTED] added the comment: I have xturtle 0.95a0 running under Python 3.0. Mostly the 2to3 program just worked for everything except in three places: 1. in __forward methods I had to change: fromClass.__dict__[method] = d[method]to

[issue1513695] new turtle module

2008-03-17 Thread Gregor Lingl
Gregor Lingl [EMAIL PROTECTED] added the comment: This version runs under Python 2.5 and should run under python 2.6 It still needs some amendments and polishing concerning the code as well as the docstrings. Here it can serve as a starting point for a discussion about necessary and/or desirable

[issue1513695] new turtle module

2008-03-17 Thread Gregor Lingl
Changes by Gregor Lingl [EMAIL PROTECTED]: Added file: http://bugs.python.org/file9694/xturtle-docs.txt _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1513695 _ ___

[issue1513695] new turtle module

2008-03-17 Thread Gregor Lingl
Gregor Lingl [EMAIL PROTECTED] added the comment: If you put (this example of) xturtle.cfg either into the directory where xturtle.py resides or into the current working directory, the configuration will be loaded. In this case window size and turtle are configured to look like in module turtle.

[issue1513695] new turtle module

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl [EMAIL PROTECTED]: -- versions: +Python 3.0 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1513695 _ ___ Python-bugs-list mailing list

[issue1513695] new turtle module

2008-03-17 Thread Gregor Lingl
Changes by Gregor Lingl [EMAIL PROTECTED]: Added file: http://bugs.python.org/file9715/whatsnew.txt _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1513695 _ ___

[issue1513695] new turtle module

2008-03-17 Thread Gregor Lingl
Gregor Lingl [EMAIL PROTECTED] added the comment: Supplementary remark: xturtle has proved to run without problems under Python 2.6. (Not surprisingly) it's behaviour is exactly like under Python 2.5, with the exception, that the tested scripts run 5 to 15% faster.

[issue1513695] new turtle module

2008-03-16 Thread Guido van Rossum
Guido van Rossum [EMAIL PROTECTED] added the comment: (This is no longer the latest version. Gregor, mind uploading a newer one?) -- nosy: +gvanrossum _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1513695