[issue12505] python interpreter not handle wildards properly

Eric V. Smith report at bugs.python.org
Wed Jul 6 16:31:38 CEST 2011


Eric V. Smith <eric at trueblade.com> added the comment:

But what if you don't want the expansion done? I always invoke python from cygwin's bash shell, and sometimes I tell the shell not to expand the arguments, such as:

python \*
or
python '*'

I wouldn't want python (or rather the C runtime) to do the expansion in this case, and I don't see how it could know not to do it.

----------
nosy: +eric.smith

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12505>
_______________________________________


More information about the Python-bugs-list mailing list