[issue17350] Use STAF call python script will case 1124861 issue in 2.7.2 version

2013-07-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: In in absence of the information needed to consider this a current Python bug, I am closing it as either out-of-date (already fixed) or invalid (a third-party problem). -- resolution: -> out of date stage: test needed -> committed/rejected status: ope

[issue17350] Use STAF call python script will case 1124861 issue in 2.7.2 version

2013-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: (Peter, the OP claims this issue is similar to a subprocess issue you fixed. I hope you can comment.) Nearly identical versions of your example run from IDLE on both 2.7.3 and 3.3.0. Please rerun on 2.7.3 to make sure you have the problem with current Python.

[issue17350] Use STAF call python script will case 1124861 issue in 2.7.2 version

2013-03-04 Thread Tomgu
New submission from Tomgu: Here I get one problem use STAF call python and need help. In python 2.7.2 version I write a script "test.py" as below ### import subprocess fileID=file('test1.log','w') process_response = subprocess.call('netsh wlan show\ interface',stdout=fileID,shell=True) fileID.f