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.snow, martin.panter, r.david.murray, terry.reedy
Date 2014-11-21.16:12:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416586344.47.0.996609102706.issue22834@psf.upfronthosting.co.za>
In-reply-to
Content
I have a patch to silence the exception and I'm running the test suite now.

I'm planning to keep this to a 3.5 fix and not changing the semantics in Python 3.4 as the fix is a little different from the standard "directory in sys.path is invalid" since '' is dynamic and I can see someone relying on the current exception bubbling out somehow and not caching the dead directory in sys.path_importer_cache.
History
Date User Action Args
2014-11-21 16:12:24brett.cannonsetrecipients: + brett.cannon, terry.reedy, Arfrever, r.david.murray, eric.snow, martin.panter
2014-11-21 16:12:24brett.cannonsetmessageid: <1416586344.47.0.996609102706.issue22834@psf.upfronthosting.co.za>
2014-11-21 16:12:24brett.cannonlinkissue22834 messages
2014-11-21 16:12:24brett.cannoncreate