Message 288130 - Python tracker
Message288130
| Author | ncoghlan |
|---|---|
| Recipients | brett.cannon, eric.snow, fdrake, methane, ncoghlan |
| Date | 2017-02-19.11:27:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1487503673.57.0.879665685769.issue29592@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Note that "os" doesn't get imported normally, it gets injected as part of the importlib bootstrapping process (since _bootstrap_external.py needs the os module in order to work). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-19 11:27:53 | ncoghlan | set | recipients: + ncoghlan, fdrake, brett.cannon, methane, eric.snow |
| 2017-02-19 11:27:53 | ncoghlan | set | messageid: <1487503673.57.0.879665685769.issue29592@psf.upfronthosting.co.za> |
| 2017-02-19 11:27:53 | ncoghlan | link | issue29592 messages |
| 2017-02-19 11:27:53 | ncoghlan | create | |