]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44734: Fix floating point precision in test_turtle (GH-30910)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jan 2022 14:21:15 +0000 (06:21 -0800)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 14:21:15 +0000 (06:21 -0800)
commit486a4b382943ed4c965a0a36b177e8e0b083a6e5
tree436e432e6d6ca274360e56a7a6f8acd6f9f4a2e8
parent5c39e474dbd61397c2ff877fa17d742bf4646702
bpo-44734: Fix floating point precision in test_turtle (GH-30910)

(cherry picked from commit aa78287bc6d1c4fc07ee134642eb72db67b771a0)

Co-authored-by: Karolina Surma <33810531+befeleme@users.noreply.github.com>
Lib/test/test_turtle.py