Message 372294 - Python tracker
Message372294
| 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:30 | skrah | set | recipients: + skrah, tim.peters, vstinner, benjamin.peterson, graingert |
| 2020-06-24 23:30:30 | skrah | set | messageid: <1593041430.68.0.499211927636.issue39277@roundup.psfhosted.org> |
| 2020-06-24 23:30:30 | skrah | link | issue39277 messages |
| 2020-06-24 23:30:30 | skrah | create | |