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 brett.cannon
Recipients brett.cannon, kristjan.jonsson, loewis
Date 2012-05-31.15:37:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338478653.47.0.246218581133.issue14970@psf.upfronthosting.co.za>
In-reply-to
Content
The information is still there, just in a different output line (i.e. http://hg.python.org/cpython/file/c7b16e2be71a/Lib/importlib/_bootstrap.py#l735 outputs the same info, just on its own line). I couldn't keep the old format as the code has been shifted around enough compared to how import.c was structured that reproducing the same output would have required a code refactor and contortion that wasn't worth it. I did my best to make sure no useful data was left out (and actually there is more since the loader is now also stated so you always have that info instead of only what Python's included loaders provide).
History
Date User Action Args
2012-05-31 15:37:33brett.cannonsetrecipients: + brett.cannon, loewis, kristjan.jonsson
2012-05-31 15:37:33brett.cannonsetmessageid: <1338478653.47.0.246218581133.issue14970@psf.upfronthosting.co.za>
2012-05-31 15:37:32brett.cannonlinkissue14970 messages
2012-05-31 15:37:32brett.cannoncreate