[New-bugs-announce] [issue45010] Remove support of special method __div__ in unittest.mock
Serhiy Storchaka
report at bugs.python.org
Thu Aug 26 02:49:49 EDT 2021
New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:
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.
----------
components: Library (Lib)
messages: 400314
nosy: michael.foord, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Remove support of special method __div__ in unittest.mock
versions: Python 3.11
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45010>
_______________________________________
More information about the New-bugs-announce
mailing list