Message363621
| Author | cjrh |
|---|---|
| Recipients | cjrh, vapier |
| Date | 2020-03-08.01:30:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1583631003.63.0.947436100729.issue39857@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
dict syntax tools make it fairy easy to compose new dicts from old ones with overrides:
subprocess.run(..., env={**os.environ, 'FOO': ..., 'BAR', ...}, ...)
Would this be sufficient to avoid the copy/pasting boilerplate? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-08 01:30:03 | cjrh | set | recipients: + cjrh, vapier |
| 2020-03-08 01:30:03 | cjrh | set | messageid: <1583631003.63.0.947436100729.issue39857@roundup.psfhosted.org> |
| 2020-03-08 01:30:03 | cjrh | link | issue39857 messages |
| 2020-03-08 01:30:03 | cjrh | create | |