]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix `print` usage in `turtle` doctests (GH-122940) (#122977)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Aug 2024 17:03:36 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 17:03:36 +0000 (17:03 +0000)
commit4aa0e795a98325619832fbafda9ee55f46f985e3
tree7b4728bc9ed251023600a495f84a587037455824
parent7db7fcc0ef0ed40f0307868d6467b304b4309dda
[3.13] Fix `print` usage in `turtle` doctests (GH-122940) (#122977)

Fix `print` usage in `turtle` doctests (GH-122940)
(cherry picked from commit 901d94992eddd84ded2edc55235cbf22503c4de4)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/turtle.py