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
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.
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