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

2013-12-02 Thread Brett Cannon
Brett Cannon added the comment: Based on what Michael said there is nothing to update. -- resolution: -> invalid status: open -> closed ___ Python tracker ___ __

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

2013-12-01 Thread Michael Foord
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

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

2013-11-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti, michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2013-11-23 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

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

2013-11-22 Thread Brett Cannon
Changes by Brett Cannon : -- components: Library (Lib) nosy: brett.cannon, eric.snow, ncoghlan priority: normal severity: normal status: open title: Check if unittest.mock needs updating for PEP 451 versions: Python 3.4 ___ Python tracker