New submission from Sandro Tosi <sandro.t...@gmail.com>:

Hello, following up http://mail.python.org/pipermail/docs/2011-July/005235.html 
here's 2 patch (for 3.3 + 3.2 and 2.7) to correct the orientation in the 
documentation, using turtle.right instead of turtle.left, since the work 
'counterclockwise' (even if correct and already used) might be "too heavy". I 
don't think the sense of the introductory part is voided with the change in the 
method name instead of fixing what it does.

----------
assignee: docs@python
components: Documentation
files: turtle_right-default.patch
keywords: patch
messages: 141511
nosy: docs@python, sandro.tosi
priority: normal
severity: normal
stage: patch review
status: open
title: Turtle, fix right/left rotation orientation
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file22818/turtle_right-default.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12677>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to