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 terry.reedy
Recipients Thekent, ned.deily, roger.serwy, terry.reedy
Date 2012-05-27.20:40:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338151220.1.0.00333942907694.issue11820@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-05-27 20:40:20terry.reedysetrecipients: + terry.reedy, ned.deily, roger.serwy, Thekent
2012-05-27 20:40:20terry.reedysetmessageid: <1338151220.1.0.00333942907694.issue11820@psf.upfronthosting.co.za>
2012-05-27 20:40:19terry.reedylinkissue11820 messages
2012-05-27 20:40:19terry.reedycreate