Message161724
I thought I was un-confusing sys.std* Python objects (such as idlelib.rpc.RPCProxy) from std* integer file descriptors, whereas you seem to say they are the same: "copies of the file descriptors (in particular, sys.std*)". The rest of your message seems to imply that subprocess.check_output should not work, but it does, at least on Windows. And subprocess *is* a recommended replacement for os.system.
Roger, do you have any thoughts on this issue? |
|
Date |
User |
Action |
Args |
2012-05-27 20:40:20 | terry.reedy | set | recipients:
+ terry.reedy, ned.deily, roger.serwy, Thekent |
2012-05-27 20:40:20 | terry.reedy | set | messageid: <1338151220.1.0.00333942907694.issue11820@psf.upfronthosting.co.za> |
2012-05-27 20:40:19 | terry.reedy | link | issue11820 messages |
2012-05-27 20:40:19 | terry.reedy | create | |
|