Message 288052 - Python tracker
Message288052
| 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:54 | methane | set | recipients: + methane |
| 2017-02-18 02:12:54 | methane | set | messageid: <1487383974.24.0.595065993562.issue29592@psf.upfronthosting.co.za> |
| 2017-02-18 02:12:54 | methane | link | issue29592 messages |
| 2017-02-18 02:12:53 | methane | create | |