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, martin.panter, pitrou
Date 2014-03-24.17:13:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395681185.69.0.10323036488.issue21049@psf.upfronthosting.co.za>
In-reply-to
Content
So the import warnings were added for sys.meta_path and sys.path_hooks because prior to Python 3.3 you could empty out those values and import would continue to work, but with importlib that stopped being the case. My thinking was that it would be easier to debug if you got that warning instead of your imports entirely failing and wondering what was going on. But perhaps sys.path_hooks and sys.meta_path are known well enough at this point that the warnings are superfluous. I'll open a separate bug to track that discussion.
History
Date User Action Args
2014-03-24 17:13:05brett.cannonsetrecipients: + brett.cannon, pitrou, martin.panter
2014-03-24 17:13:05brett.cannonsetmessageid: <1395681185.69.0.10323036488.issue21049@psf.upfronthosting.co.za>
2014-03-24 17:13:05brett.cannonlinkissue21049 messages
2014-03-24 17:13:05brett.cannoncreate