New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45010>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to