Message 309050 - Python tracker
Message309050
| Author | ncoghlan |
|---|---|
| Recipients | brett.cannon, christian.heimes, ncoghlan, steve.dower, vstinner |
| Date | 2017-12-26.00:19:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1514247581.31.0.213398074469.issue32324@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
When executing a sys.path entry, you're executing that *entire* entry (whether it's a directory or zipfile). This isn't a bug, and it isn't in conflict with the assurances offered by isolated mode (it would only be a problem if running "~/code/mydirectory" added "~/code" to sys.path). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-26 00:19:41 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, vstinner, christian.heimes, steve.dower |
| 2017-12-26 00:19:41 | ncoghlan | set | messageid: <1514247581.31.0.213398074469.issue32324@psf.upfronthosting.co.za> |
| 2017-12-26 00:19:41 | ncoghlan | link | issue32324 messages |
| 2017-12-26 00:19:41 | ncoghlan | create | |