This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients deep42thought, mark.dickinson
Date 2021-07-24.16:47:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627145261.66.0.808081085044.issue44728@roundup.psfhosted.org>
In-reply-to
Content
Looks like the turtle code was changed to use `math.hypot` instead of `** 0.5` in issue #41528. That will likely also fix the test failure, but I've opened #44734 to fix the unnecessarily strict test.
History
Date User Action Args
2021-07-24 16:47:41mark.dickinsonsetrecipients: + mark.dickinson, deep42thought
2021-07-24 16:47:41mark.dickinsonsetmessageid: <1627145261.66.0.808081085044.issue44728@roundup.psfhosted.org>
2021-07-24 16:47:41mark.dickinsonlinkissue44728 messages
2021-07-24 16:47:41mark.dickinsoncreate