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 mattip
Recipients brett.cannon, eric.snow, eryksun, jkloth, mattip, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-23.21:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550958795.05.0.0852135743547.issue36085@roundup.psfhosted.org>
In-reply-to
Content
> legitimately modify PATH for process launches

Correct me if I'm wrong, don't process launches use the `env` kwarg for Popen, not the raw os.environ['PATH']?
History
Date User Action Args
2019-02-23 21:53:15mattipsetrecipients: + mattip, brett.cannon, paul.moore, ncoghlan, tim.golden, jkloth, eric.snow, zach.ware, eryksun, steve.dower
2019-02-23 21:53:15mattipsetmessageid: <1550958795.05.0.0852135743547.issue36085@roundup.psfhosted.org>
2019-02-23 21:53:15mattiplinkissue36085 messages
2019-02-23 21:53:15mattipcreate