Message360563
And on the other side,
>>> 3.8 // 0.0
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ZeroDivisionError: float divmod()
I think that people expect
ZeroDivisionError: float floor division by zero
not the current message.
I caught this optimization issue during I investigate about the error message. |
|
| Date |
User |
Action |
Args |
| 2020-01-23 15:20:51 | corona10 | set | recipients:
+ corona10, mark.dickinson, vstinner |
| 2020-01-23 15:20:50 | corona10 | set | messageid: <[email protected]> |
| 2020-01-23 15:20:50 | corona10 | link | issue39434 messages |
| 2020-01-23 15:20:50 | corona10 | create | |
|