Message296366
| Author | terry.reedy |
|---|---|
| Recipients | markroseman, python-dev, terry.reedy |
| Date | 2017-06-19.18:31:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1497897091.75.0.81034970222.issue25488@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
#25488 and #26143 address related issues of sys.path as seen by IDLE and user code. #26143 focuses on what IDLE sees, and user modules shadowing IDLE modules, #25488 focuses on what user code sees, and the presence of idlelib in sys.path making buggy code work. It includes startup information relevant to #26143 also. Both should be solved by patching IDLE in same place. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-19 18:31:31 | terry.reedy | set | recipients: + terry.reedy, markroseman, python-dev |
| 2017-06-19 18:31:31 | terry.reedy | set | messageid: <1497897091.75.0.81034970222.issue25488@psf.upfronthosting.co.za> |
| 2017-06-19 18:31:31 | terry.reedy | link | issue25488 messages |
| 2017-06-19 18:31:31 | terry.reedy | create | |