This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:03cjrhsetrecipients: + cjrh, vapier
2020-03-08 01:30:03cjrhsetmessageid: <1583631003.63.0.947436100729.issue39857@roundup.psfhosted.org>
2020-03-08 01:30:03cjrhlinkissue39857 messages
2020-03-08 01:30:03cjrhcreate