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 methane
Recipients methane
Date 2017-02-18.02:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487383974.24.0.595065993562.issue29592@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/python/cpython/blob/master/Lib/importlib/_bootstrap_external.py#L1089-L1095

While '' in sys.path, it is converted to `getcwd()` before calling PathHook.
Is there any chance relative / not normalized path is in sys.path before site is loaded?
History
Date User Action Args
2017-02-18 02:12:54methanesetrecipients: + methane
2017-02-18 02:12:54methanesetmessageid: <1487383974.24.0.595065993562.issue29592@psf.upfronthosting.co.za>
2017-02-18 02:12:54methanelinkissue29592 messages
2017-02-18 02:12:53methanecreate