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 vdupras
Recipients brett.cannon, eric.araujo, ncoghlan, vdupras
Date 2010-07-23.11:13:36
SpamBayes Score 0.055385344
Marked as misclassified No
Message-id <1279883619.33.0.589125685354.issue8392@psf.upfronthosting.co.za>
In-reply-to
Content
Because importlib is already well tested and that it already has the machinery to test __import__ instead of the importlib code, I suggest that we re-use importlib's relative tests instead.

Attached is a patch that does this. I made sure that __import__ was actually called.
History
Date User Action Args
2010-07-23 11:13:39vduprassetrecipients: + vdupras, brett.cannon, ncoghlan, eric.araujo
2010-07-23 11:13:39vduprassetmessageid: <1279883619.33.0.589125685354.issue8392@psf.upfronthosting.co.za>
2010-07-23 11:13:37vdupraslinkissue8392 messages
2010-07-23 11:13:37vduprascreate