Message335884
| Author | Au Vo |
|---|---|
| Recipients | Au Vo, mark.dickinson, remi.lapeyre, rhettinger, skrah, steven.daprano, tim.peters |
| Date | 2019-02-19.05:14:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550553289.15.0.841541769212.issue36028@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Thanks for the quick turnaround. I have done a little bit more thorough investigation and it does indeed the floating point that causes the behavior. The screenshot attached is done via Python3 from trinket.io. I will submit a screenshot of the Python 2 screenshot from trinket.io for comparison. Even though floating point is the underlying concept, Python 2 and 3 do not converge in the result. On the side note, The behavior could be more easily expressed as follows: 2// .2 == 9.0 2000000000/.2 == 9999999999.0 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-19 05:14:49 | Au Vo | set | recipients: + Au Vo, tim.peters, rhettinger, mark.dickinson, steven.daprano, skrah, remi.lapeyre |
| 2019-02-19 05:14:49 | Au Vo | set | messageid: <1550553289.15.0.841541769212.issue36028@roundup.psfhosted.org> |
| 2019-02-19 05:14:49 | Au Vo | link | issue36028 messages |
| 2019-02-19 05:14:49 | Au Vo | create | |