[docs] [issue12677] Turtle, fix right/left rotation orientation

Sandro Tosi report at bugs.python.org
Thu Aug 4 15:51:39 CEST 2011


Sandro Tosi <sandro.tosi at gmail.com> added the comment:

As mentioned by Ezio, and I also verified myself, mode() doesn't influence the orientation on left()/right() methods (probably it affects some other functs?). Following was Ezio and I discussed on IRC, I've updated the 2 patches to add a small note that you have to import turtle before trying the mentioned commands.

----------
Added file: http://bugs.python.org/file22834/turtle_right-default-v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12677>
_______________________________________


More information about the docs mailing list