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 serhiy.storchaka
Recipients michael.foord, serhiy.storchaka
Date 2021-08-26.06:49:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629960589.05.0.156438795424.issue45010@roundup.psfhosted.org>
In-reply-to
Content
Special method __div__ was used in Python 2, but is not used in Python 3. I think it can be removed from the list of supported special methods in unittest.mock.
History
Date User Action Args
2021-08-26 06:49:49serhiy.storchakasetrecipients: + serhiy.storchaka, michael.foord
2021-08-26 06:49:49serhiy.storchakasetmessageid: <1629960589.05.0.156438795424.issue45010@roundup.psfhosted.org>
2021-08-26 06:49:49serhiy.storchakalinkissue45010 messages
2021-08-26 06:49:48serhiy.storchakacreate