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 corona10
Recipients corona10, mark.dickinson, vstinner
Date 2020-01-23.15:20:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579792850.96.0.760941289512.issue39434@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-23 15:20:51corona10setrecipients: + corona10, mark.dickinson, vstinner
2020-01-23 15:20:50corona10setmessageid: <1579792850.96.0.760941289512.issue39434@roundup.psfhosted.org>
2020-01-23 15:20:50corona10linkissue39434 messages
2020-01-23 15:20:50corona10create