Skip to content

Conversation

@StanFromIreland
Copy link
Member

@StanFromIreland StanFromIreland commented Jan 18, 2025

Updates documentation to comply with the current behavior.

turtle.circle(50, 50)   # counter-clockwise
turtle.circle(-50, -50) # counter-clockwise
turtle.circle(-50, 50)  # clockwise
turtle.circle(50, -50)  # clockwise

#84464


📚 Documentation preview 📚: https://cpython-previews--128986.org.readthedocs.build/

@StanFromIreland
Copy link
Member Author

Requesting @terryjreedy as requested to request

@StanFromIreland
Copy link
Member Author

@terryjreedy friendly ping :-)

@picnixz picnixz requested a review from terryjreedy March 28, 2025 22:49
Comment on lines +752 to +755
position. Draw the arc in counterclockwise direction if both *radius*
and *extent* are positive or both are negative; otherwise, draw in clockwise
direction. Finally the direction of the turtle is changed by the amount of
*extent*.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When radius and extent are positive, the arc is counterclockwise. When radius and extent are both negative, one traverses the standard counterclockwise arc backwards. I wonder if this could be communicated better here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants