Andrew Moise added the comment:
Okay, makes sense. It sure would be nice on Windows to have an equivalent of
list2cmdline() that works for the shell. I actually don't have immediate
access to the code anymore, but I remember having to fool around with
list2cmdline in the first
Andrew Moise added the comment:
Hm, I'm not sure I understand. After r82075, will list2cmdline(['echo',
'foo|bar']) return 'echo foo|bar', or will it return 'echo "foo|bar"'?
--
__
Andrew Moise added the comment:
Why is this bug invalid?
--
___
Python tracker
<http://bugs.python.org/issue1300>
___
___
Python-bugs-list mailing list
Unsub
New submission from Andrew Moise:
I expected subprocess.list2cmdline() to convert my list of arguments
into a command line which results in behavior equivalent to the Unix
exec() functions -- that is, that I can safely pass arbitrary characters
to it and it'll make it such that those chara