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 kristjan.jonsson
Recipients kristjan.jonsson, loewis
Date 2012-05-31.15:20:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338477636.88.0.183784475374.issue14970@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I found that.  The line in question is, however, this:
     _verbose_message('import {!r} # {!r}', name, loader)
(_bootstrap.py:1254).

Unfortunately, I see no way to get at the line from which the import occurred here.  The loader itself is not useful for that.  Perhaps the author of importlib knows more, e.g. whether the feature to know whence an import originates is useful or has been dropped.
History
Date User Action Args
2012-05-31 15:20:36kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis
2012-05-31 15:20:36kristjan.jonssonsetmessageid: <1338477636.88.0.183784475374.issue14970@psf.upfronthosting.co.za>
2012-05-31 15:20:36kristjan.jonssonlinkissue14970 messages
2012-05-31 15:20:36kristjan.jonssoncreate