Message296781
| Author | serhiy.storchaka |
|---|---|
| Recipients | larry, loewis, serhiy.storchaka |
| Date | 2017-06-24.19:05:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1498331115.22.0.815724101624.issue30746@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Environment variable names shouldn't contain the '=' character, because it often is used as a separator between a name and a value. There is an exception -- starting '=' on Windows is used for defining "hidden" environment variables. Using names containing '=' in environment dict in subprocess is prohibited in issue30730. Proposed PR prohibits names containing '=' in two other cases: in os.putenv() and os.spawn*(). It fixes the part of issue4926. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-24 19:05:15 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, larry |
| 2017-06-24 19:05:15 | serhiy.storchaka | set | messageid: <1498331115.22.0.815724101624.issue30746@psf.upfronthosting.co.za> |
| 2017-06-24 19:05:14 | serhiy.storchaka | link | issue30746 messages |
| 2017-06-24 19:05:14 | serhiy.storchaka | create | |