This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.foord
Recipients Arfrever, brett.cannon, eric.snow, ezio.melotti, michael.foord, ncoghlan
Date 2013-12-01.21:43:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385934208.56.0.732647798541.issue19707@psf.upfronthosting.co.za>
In-reply-to
Content
It shouldn't do, so long as __import__ supports PEP 451. unittest.mock.patch uses __import__ to find modules specified by name.
History
Date User Action Args
2013-12-01 21:43:28michael.foordsetrecipients: + michael.foord, brett.cannon, ncoghlan, ezio.melotti, Arfrever, eric.snow
2013-12-01 21:43:28michael.foordsetmessageid: <1385934208.56.0.732647798541.issue19707@psf.upfronthosting.co.za>
2013-12-01 21:43:28michael.foordlinkissue19707 messages
2013-12-01 21:43:28michael.foordcreate