[Python-Dev] subprocess shell=True on Windows doesn't escape ^ character (original) (raw)
Paul Moore p.f.moore at gmail.com
Thu Jun 12 08:57:41 CEST 2014
- Previous message: [Python-Dev] subprocess shell=True on Windows doesn't escape ^ character
- Next message: [Python-Dev] subprocess shell=True on Windows doesn't escape ^ character
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12 June 2014 05:34, Florian Bruhin <me at the-compiler.org> wrote:
Do the lookup in PATH yourself, it's not like that's rocket science.
Am I missing something here? I routinely do subprocess.check_call(['hg', 'update']) or whatever, and it finds the hg executable fine.
Paul
- Previous message: [Python-Dev] subprocess shell=True on Windows doesn't escape ^ character
- Next message: [Python-Dev] subprocess shell=True on Windows doesn't escape ^ character
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]