[issue13439] turtle: Errors in docstrings of onkey and onkeypress

2011-12-03 Thread Christopher Smith
Christopher Smith added the comment: > resolution:  -> fixed > stage: needs patch -> committed/rejected > status: open -> closed > Nice to see a good thing get even better. Thanks for you work. Chris Smith -- ___ Python tracker

[issue13439] turtle: Errors in docstrings of onkey and onkeypress

2011-12-02 Thread Petri Lehtinen
Petri Lehtinen added the comment: Fixed, thanks! -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue13439] turtle: Errors in docstrings of onkey and onkeypress

2011-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e03ab9950f6 by Petri Lehtinen in branch '2.7': Issue #13439: Fix many errors in turtle docstrings. http://hg.python.org/cpython/rev/6e03ab9950f6 New changeset cc559e1e3bd8 by Petri Lehtinen in branch '3.2': Issue #13439: Fix many errors in turtle

[issue13439] turtle: Errors in docstrings of onkey and onkeypress

2011-11-23 Thread Petri Lehtinen
Petri Lehtinen added the comment: The problems with onkey() are also there in 2.7. onkeypress() is new in 3.x. -- keywords: +easy stage: -> needs patch versions: +Python 2.7 ___ Python tracker ___

[issue13439] turtle: Errors in docstrings of onkey and onkeypress

2011-11-23 Thread Petri Lehtinen
Petri Lehtinen added the comment: There are actually many problems with docstrings of both onkey() and onkeypress(). Both: - "Turtle instance named turtle" isn't used in the example - The repl/doctest syntax is weird onkeypress only: - "key-press event" vs. "key-press-event" - The example