bin/python is expanding command line arguments

Bug #542956 reported by Sridhar Ratnakumar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Buildout
New
Undecided
Unassigned

Bug Description

Buildout's Python (bin\python) is expanding command line args, though Python's executable does not. Is this a quirk of setuptools' launcher?

>copy con ps.py
import sys
print sys.argv
^Z
        1 file(s) copied.

>bin\python ps.py *.py
['ps.py', 'apyconfig-apy26-rrun.py', 'configure.py', 'Makefile.py', 'ps.py']

>\Python26\python.exe ps.py *.py
['ps.py', '*.py']

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.