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 mark.dickinson, rhettinger, steven.daprano
Date 2021-11-23.20:56:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637701018.75.0.87051955773.issue45876@roundup.psfhosted.org>
In-reply-to
Content
> Should the last line of sqrt_frac() be wrapped with float()?

It's already a float - it's the result of an int / int division.
History
Date User Action Args
2021-11-23 20:56:58mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, steven.daprano
2021-11-23 20:56:58mark.dickinsonsetmessageid: <1637701018.75.0.87051955773.issue45876@roundup.psfhosted.org>
2021-11-23 20:56:58mark.dickinsonlinkissue45876 messages
2021-11-23 20:56:58mark.dickinsoncreate