8000 gh-65276: Fixed Turtle library circle method bug by liam-gersten · Pull Request #104022 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-65276: Fixed Turtle library circle method bug #104022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Apr 30, 2023
commit 50f4059e8e38205a3df04025481d237dfddf89ca
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed bug in the :mod:`turtle` module's :func:`turtle.circle` method, where calling with speed 0 made some objects disappear.
Patch by Liam Gersten.
0