A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2014-June/135041.html below:

[Python-Dev] subprocess shell=True on Windows doesn't escape ^ character

[Python-Dev] subprocess shell=True on Windows doesn't escape ^ characterEthan Furman ethan at stoneleaf.us
Thu Jun 12 04:43:49 CEST 2014
On 06/11/2014 07:12 PM, Chris Angelico wrote:
> On Thu, Jun 12, 2014 at 12:07 PM, Chris Angelico <rosuav at gmail.com> wrote:
>> ISTM what you want is not shell=True, but a separate function that
>> follows the system policy for translating a command name into a
>> path-to-binary. That's something that, AFAIK, doesn't currently exist
>> in the Python 2 stdlib, but Python 3 has shutil.which(). If there's a
>> PyPI backport of that for Py2, you should be able to use that to
>> figure out the command name, and then avoid shell=False.
>
> Huh. Next time, Chris, search the web before you post. Via a
> StackOverflow post, learned about distutils.spawn.find_executable().

--> import sys
--> sys.executable
'/usr/bin/python'
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4