This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author holdenweb
Recipients Alexander.Belopolsky, brian.curtin, csernazs, eric.smith, giampaolo.rodola, holdenweb, larry, r.david.murray
Date 2010-07-23.14:38:20
SpamBayes Score 0.00015336729
Marked as misclassified No
Message-id <1279895902.4.0.0382114696441.issue7839@psf.upfronthosting.co.za>
In-reply-to
Content
The test program Larry provided does not appear to function as intended on Windows, and runs without either producing error messages or requiring interactive input. Here's a typical output, in this case from Python 3.1 on Vista:

C:\Users\sholden\Documents\issue7839>\python31\python test_subprocess.py
Testing with shell= True and array= True
  ** This is the one that runs an interactive shell.
  ** You should press Ctrl-D.
        Output:
        [] Python 3.1.1
Testing with shell= True and array= False
        Output:
        [] Python 3.1.1
Testing with shell= False and array= True
        Output:
        [] Python 3.1.1
Testing with shell= False and array= False
        Output:
        [] Python 3.1.1

The same behavior was observed on 2.6 and 2.5.2.

[I also removed "Christophe Simonis" from the nosy list as the tracker was complaining that there was no such user].
History
Date User Action Args
2010-07-23 14:38:22holdenwebsetrecipients: + holdenweb, csernazs, larry, eric.smith, giampaolo.rodola, r.david.murray, brian.curtin, Alexander.Belopolsky
2010-07-23 14:38:22holdenwebsetmessageid: <1279895902.4.0.0382114696441.issue7839@psf.upfronthosting.co.za>
2010-07-23 14:38:20holdenweblinkissue7839 messages
2010-07-23 14:38:20holdenwebcreate