Chris Rebert <c...@rebertia.com> wrote:
>
>2. Glob/wildcard ("*") expansion is done by the shell, but
>subprocess.Popen does not use the shell by default (for good reason!).

This is only true in Linux.  In Windows, the wildcard characters are passed
to the program, so each app must do its own glob expansion.
-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to