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 Jáchym Barvínek
Recipients Jáchym Barvínek, desbma, pitrou
Date 2015-11-14.19:11:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CABpqovk1Wyz1=xE+M=Qancj784Kjd4UXJrEg5LoTfGA+TzAT3w@mail.gmail.com>
In-reply-to <1447527503.2.0.866276605324.issue25625@psf.upfronthosting.co.za>
Content
I did not know about cwd for Popen. It seems like the better way to go.
Thank you.

2015-11-14 19:58 GMT+01:00 desbma <report@bugs.python.org>:

>
> desbma added the comment:
>
> I'm not a Python core developer, but a few thoughts:
> * this is not thread safe
> * subprocess.Popen already has a cwd parameter for similar purpose
>
> ----------
> nosy: +desbma
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue25625>
> _______________________________________
>
History
Date User Action Args
2015-11-14 19:11:06Jáchym Barvíneksetrecipients: + Jáchym Barvínek, pitrou, desbma
2015-11-14 19:11:06Jáchym Barvíneklinkissue25625 messages
2015-11-14 19:11:06Jáchym Barvínekcreate