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 nicktimko
Recipients Yehuda, eric.smith, glingl, nicktimko, rhettinger, willingc
Date 2019-08-29.20:40:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567111213.64.0.812298006813.issue37968@roundup.psfhosted.org>
In-reply-to
Content
To clarify, there is an "ARC" command in Logo that draws a circle/circle segment *centered on* the turtle. Reference: http://fmslogo.sourceforge.net/manual/command-arc.html Examples: https://personal.utdallas.edu/~veerasam/logo/ That command is not/has not been implemented in Python's turtle graphics. 

As Eric mentioned, it could be considered a benefit as the principle of turtle graphics is that turtles have no arms to move the pen away from their body (adolescent abnormal assassin turtles, notwithstanding).
History
Date User Action Args
2019-08-29 20:40:13nicktimkosetrecipients: + nicktimko, rhettinger, glingl, eric.smith, willingc, Yehuda
2019-08-29 20:40:13nicktimkosetmessageid: <1567111213.64.0.812298006813.issue37968@roundup.psfhosted.org>
2019-08-29 20:40:13nicktimkolinkissue37968 messages
2019-08-29 20:40:13nicktimkocreate