Message 133885 - Python tracker
Message133885
| 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:03 | Thekent | set | recipients: + Thekent, terry.reedy, ned.deily |
| 2011-04-16 07:32:03 | Thekent | set | messageid: <1302939123.84.0.154005675414.issue11820@psf.upfronthosting.co.za> |
| 2011-04-16 07:32:03 | Thekent | link | issue11820 messages |
| 2011-04-16 07:32:03 | Thekent | create | |