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 Arfrever, brett.cannon, eric.araujo, eric.snow, ncoghlan, python-dev
Date 2012-04-24.00:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335228689.86.0.888213872948.issue14605@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch for an explicit sys.path_hooks that simply tweaks the test_cmd_line_script tests to stop requiring an absolute path on the files and instead verifies that the relative paths are legit. It also adds warnings when None is found in sys.path_importer_cache and then subsequently just tries sys.path_hooks again. It also warnings when sys.path_hooks is empty.
History
Date User Action Args
2012-04-24 00:51:32brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.araujo, Arfrever, python-dev, eric.snow
2012-04-24 00:51:29brett.cannonsetmessageid: <1335228689.86.0.888213872948.issue14605@psf.upfronthosting.co.za>
2012-04-24 00:51:29brett.cannonlinkissue14605 messages
2012-04-24 00:51:29brett.cannoncreate