]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126349: Add 'fill', 'poly', and 'no_animation' context managers to turtle (#126350)
authorMarie Roald <roald.marie@gmail.com>
Sat, 18 Jan 2025 10:27:22 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2025 10:27:22 +0000 (11:27 +0100)
commitd3adf02c90a570c5ee5d9b8cefe9b10305cff9e6
treeb48244a81c90c15d00bccd6b9c22aabb30f9eb03
parent4dade055f4e18a7e91bc70293abb4db745ad16ca
gh-126349: Add 'fill', 'poly', and 'no_animation' context managers to turtle (#126350)

Co-authored-by: Marie Roald <roald.marie@gmail.com>
Co-authored-by: Yngve Mardal Moe <yngve.m.moe@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Daniel Hollas <danekhollas@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Doc/library/turtle.rst
Doc/whatsnew/3.14.rst
Lib/test/test_turtle.py
Lib/turtle.py
Misc/NEWS.d/next/Core_and_Builtins/2024-11-03-06-05-16.gh-issue-126349.7YwWsI.rst [new file with mode: 0644]