[New-bugs-announce] [issue42302] [Turtle] Add clockwise and anticlockwise method as alias to right and left

Ravi Chityala report at bugs.python.org
Tue Nov 10 00:13:01 EST 2020


New submission from Ravi Chityala <chityala at gmail.com>:

The current implementation of turtle.py has right and left method for rotation.  Another approach to view rotation is either clockwise or anticlockwise. These two methods can be an alias to right and left respectively.

----------
components: Library (Lib)
messages: 380631
nosy: zenr
priority: normal
severity: normal
status: open
title: [Turtle] Add clockwise and anticlockwise method as alias to right and left
type: enhancement
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42302>
_______________________________________


More information about the New-bugs-announce mailing list