[New-bugs-announce] [issue2438] subprocess.Popen with wildcard arguments

Patrick report at bugs.python.org
Thu Mar 20 21:38:32 CET 2008


New submission from Patrick <pbrandt at nrao.edu>:

When using wildcards as arguments to the processes being spawned by
Popen, it seems to interpret them as hard literals.

IE, when doing something like:
>>> import subprocess
>>> output = subprocess.Popen(['ls', '*'],
stdout=subprocess.PIPE).communicate()[0]
ls: *: No such file or directory
>>>

----------
components: Library (Lib)
messages: 64204
nosy: pbrandt
severity: normal
status: open
title: subprocess.Popen with wildcard arguments
type: behavior
versions: Python 2.4

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2438>
__________________________________


More information about the New-bugs-announce mailing list