[issue19707] Check if unittest.mock needs updating for PEP 451

Michael Foord report at bugs.python.org
Sun Dec 1 22:43:28 CET 2013


New submission from Michael Foord:

It shouldn't do, so long as __import__ supports PEP 451. unittest.mock.patch uses __import__ to find modules specified by name.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19707>
_______________________________________


More information about the Python-bugs-list mailing list