[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: OK, I committed turtle30_to_31.diff, and additionally commented the print(_ver) out and updated the version in the comment at the file's top, and committed issues5923.doc.patch in r72318. -- resolution: -> accepted status: open -> closed ___

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread R. David Murray
R. David Murray added the comment: Gregor, I applied my doctest fixups to turtle.rst in the py3k branch in r72307. I've attached an updated version of your docpatch that applies against this new revision. -- nosy: +r.david.murray Added file: http://bugs.python.org/file13889/issue5923.d

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Gregor Lingl
Gregor Lingl added the comment: The second demo script just announced -- Added file: http://bugs.python.org/file13886/tdemo_nim.py ___ Python tracker ___

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Gregor Lingl
Gregor Lingl added the comment: Here is a patch for the documentation. It may contain some typos and/or inaccuracies. I promise to check it and submit a patch if necessary before final. It contains also the announcement of two new demo scripts, the one beeing round_dance submitted already, the

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Gregor, I'll have a more thorough look and commit the patch before 3.1b1, if you promise to submit a patch to the documentation later -- that one can go in until a few days before final anyway. -- ___ Python tracker <

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Gregor Lingl
Gregor Lingl added the comment: Here the patch to comment out the print(_ver) statement -- Added file: http://bugs.python.org/file13880/print_ver_patch.diff ___ Python tracker __

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Gregor Lingl
Gregor Lingl added the comment: I just wanted to submit the reply below. In the meantime Benjamin's remark arrived. So perhaps the issue can be resolved successfully. May I submit here one of the two example scripts I'd like to add to the demos: tdemo_round_dance.py . Have a look at it and run

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Had a quick look over the patch, and couldn't find ab obvious problem (except one -- you maybe want to comment out "print(_ver)" again). Needs a docs patch, though. -- nosy: +georg.brandl ___ Python tracker

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Martin v. Löwis
Martin v. Löwis added the comment: I won't have time to look into this soon. -- assignee: loewis -> ___ Python tracker ___ ___ Python

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Gregor Lingl
Gregor Lingl added the comment: Just to see what I've changed: The unified diff from version 1.0 ( Revision 69847 ) to the proposed version 1.1b (Should result in version 1.1 'final'ly) -- keywords: +patch Added file: http://bugs.python.org/file13871/turtle30_to_31.diff _

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Gregor Lingl
New submission from Gregor Lingl : I propose to update turtle.py with this new version 1.1 of the turtle module. Summary of changes: 1. a few bugfixes, with 1 - 5 lines of code changed for each; these concern bugs that prevented turtle to run correctly 2. I've added four methods to the cla