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 Thekent
Recipients Thekent, ned.deily, terry.reedy
Date 2011-04-16.07:32:03
SpamBayes Score 0.0007369756
Marked as misclassified No
Message-id <1302939123.84.0.154005675414.issue11820@psf.upfronthosting.co.za>
In-reply-to
Content
I had kind of figured it might be something like this.  I ran the following code in the xterm interpreter:
>>> x=subprocess.call('ls')
bin      Documents  eclipse  local  Pictures   tmp     workspace
Desktop  Downloads  hamlib   Music  Templates  Videos
>>> print(x)
0
It does not capture the output.
History
Date User Action Args
2011-04-16 07:32:03Thekentsetrecipients: + Thekent, terry.reedy, ned.deily
2011-04-16 07:32:03Thekentsetmessageid: <1302939123.84.0.154005675414.issue11820@psf.upfronthosting.co.za>
2011-04-16 07:32:03Thekentlinkissue11820 messages
2011-04-16 07:32:03Thekentcreate