-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new turtle module #43565
Comments
The file, at present named xturtle.py is a -Better animation of the turtle movements, especially detailed documentation is in the docstrings (similar to xturtle.py is widely backward compatible to turtle.py I propose to replace turtle.py by xturtle.py Separate Documentation is available as a text file Regards, |
Logged In: YES A number of remarks:
|
(This is no longer the latest version. Gregor, mind uploading a newer one?) |
This version runs under Python 2.5 and should run under python 2.6 It A version for Python-3000 is under construction For the new features please consult xturtle-docs. Remarks on Martin's 10 points (msg 50550):
|
If you put (this example of) xturtle.cfg either into the directory where |
Supplementary remark: |
I have xturtle 0.95a0 running under Python 3.0. Mostly the 2to3 program
I would like to propose two additional features that I have added to my
|
Can you please file a contributor agreement? This would be a Also, is there any progress on the open issues? I really would like to |
Certainly I'd like to file a contributor agreement. But I don't know There is progress on most of the open issues and I have now a version But I have a few questions to which I need answers in order to continue
More questions will certainly arise, but for now I'd be happy to get Thanks in advance Gregor Lingl |
You can get a contributor agreement at http://www.python.org/psf/contrib/.
Thanks for contributing! |
Hi,
Clearly the docs have to be transformed to reST. I would do it or Of course I'll also do bugfixes etc. Anyway I'm interested in feedback I worked hard to do my best and I hope the result will be appreciated. |
I'd like to propose a few modifications of turtle.py for the transition
Pros and cons? I have prepared a file with these changes which could be used for |
In my last posting i forgot a fourth proposition. Currently one has the Turtle.methods fill(), begin_fill() and end_fill() I'd prefer the following: begin_fill() should only start a new filling process and cancel some end_fill() should only complete the current filling process a new method filling() should be used to ask if same filling is and fill() could be dropped. (deprecated in 2.6) I think Vern Ceders intention with introducing begin_fill and end_fill What is your opinion? |
Thanks for the patch, committed as r63929. Please move any further |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: