[issue42302] [Turtle] Add clockwise and anticlockwise method as alias to right and left

Steven D'Aprano report at bugs.python.org
Tue Nov 10 01:50:45 EST 2020


Steven D'Aprano <steve+python at pearwood.info> added the comment:

As a new feature, it can only go into 3.10. All other versions have reached feature-freeze and can accept no new features.

We might argue that rotations should have always been written as "anticlockwise" and "clockwise", but they are long and verbose, and in English "left" and "right" are more common. I doubt many people will prefer "anticlockwise" over "left".

----------
nosy: +steven.daprano
versions:  -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 Python-bugs-list mailing list