Issue 19707: Check if unittest.mock needs updating for PEP 451 (original) (raw)

Issue19707

Created on 2013-11-22 16:41 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg204969 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2013-12-01 21:43
It shouldn't do, so long as __import__ supports PEP 451. unittest.mock.patch uses __import__ to find modules specified by name.
msg205016 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-12-02 15:18
Based on what Michael said there is nothing to update.
History
Date User Action Args
2022-04-11 14:57:54 admin set github: 63906
2013-12-02 15🔞59 brett.cannon set status: open -> closedresolution: not a bugmessages: +
2013-12-01 21:43:28 michael.foord set messages: +
2013-11-25 03:47:46 ezio.melotti set nosy: + ezio.melotti, michael.foord
2013-11-23 19:52:14 Arfrever set nosy: + Arfrever
2013-11-22 16:41:39 brett.cannon link issue18864 dependencies
2013-11-22 16:41:00 brett.cannon create