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 skrah
Recipients benjamin.peterson, graingert, skrah, tim.peters, vstinner
Date 2020-06-24.23:30:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593041430.68.0.499211927636.issue39277@roundup.psfhosted.org>
In-reply-to
Content
Is it a bug in float.__trunc__()? It seems to me that the detailed comment accounts for case of rounding up.

That's why < is used instead of <=.
History
Date User Action Args
2020-06-24 23:30:30skrahsetrecipients: + skrah, tim.peters, vstinner, benjamin.peterson, graingert
2020-06-24 23:30:30skrahsetmessageid: <1593041430.68.0.499211927636.issue39277@roundup.psfhosted.org>
2020-06-24 23:30:30skrahlinkissue39277 messages
2020-06-24 23:30:30skrahcreate