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, twouters
Date 2013-03-05.18:23:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362507829.49.0.31047461658.issue17357@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like I missed some verbosity messages in importlib. The most obvious one is the "trying" messages under verbosity 2 (-vv or PYTHONVERBOSE=2). Should probably go through import.c again and make sure no other messages are missing (http://hg.python.org/cpython/file/637d7c953b10/Python/import.c).
History
Date User Action Args
2013-03-05 18:23:49brett.cannonsetrecipients: + brett.cannon, twouters
2013-03-05 18:23:49brett.cannonsetmessageid: <1362507829.49.0.31047461658.issue17357@psf.upfronthosting.co.za>
2013-03-05 18:23:49brett.cannonlinkissue17357 messages
2013-03-05 18:23:49brett.cannoncreate