Message286891
| Author | terry.reedy |
|---|---|
| Recipients | markroseman, python-dev, terry.reedy |
| Date | 2017-02-03.21:20:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1486156801.28.0.673339610489.issue25488@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I should have said that the problem with having '' at the beginning of the path is that when IDLE tries to import an stdlib module and '' (usually a user directory) contain a file with the same name, IDLE will import the user file instead and at some point likely exit. For example, a user file named code.py masks the stdlib code.py, which is essential to Shell operation (#29395). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-03 21:20:01 | terry.reedy | set | recipients: + terry.reedy, markroseman, python-dev |
| 2017-02-03 21:20:01 | terry.reedy | set | messageid: <1486156801.28.0.673339610489.issue25488@psf.upfronthosting.co.za> |
| 2017-02-03 21:20:01 | terry.reedy | link | issue25488 messages |
| 2017-02-03 21:20:01 | terry.reedy | create | |