This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients docs@python, ezio.melotti, orsenthil, sandro.tosi
Date 2011-08-03.12:58:50
SpamBayes Score 2.1549946e-05
Marked as misclassified No
Message-id <1312376331.82.0.429815402498.issue12677@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that right() always turns the turtle clockwise, both with the "standard" and the "logo" mode.
I agree that changing left->right and leave clockwise is better than changing clockwise->counterclockwise.
I don't think it's worth mentioning the mode here.
(On a side note: I was expecting the 'turtle' to be an instance of some Turtle class defined in the turtle module, or perhaps a singleton, but it turned out that in 'turtle.right()' turtle is the module itself.  It might be better to say something like "After importing the :mod:`turtle` module, ...".)
History
Date User Action Args
2011-08-03 12:58:51ezio.melottisetrecipients: + ezio.melotti, orsenthil, sandro.tosi, docs@python
2011-08-03 12:58:51ezio.melottisetmessageid: <1312376331.82.0.429815402498.issue12677@psf.upfronthosting.co.za>
2011-08-03 12:58:51ezio.melottilinkissue12677 messages
2011-08-03 12:58:50ezio.melotticreate