Message5082

Author ssteiner
Recipients ssteiner
Date 2009-09-02.08:09:02
SpamBayes Score 0.0007378893
Marked as misclassified No
Message-id <1251878943.43.0.569159877818.issue1453@psf.upfronthosting.co.za>
In-reply-to
Content
import os
(_, handle, child_stderr) = os.popen3("dir")
print child_stderr.read()
History
Date User Action Args
2009-09-02 08:09:03ssteinersetrecipients: + ssteiner
2009-09-02 08:09:03ssteinersetmessageid: <1251878943.43.0.569159877818.issue1453@psf.upfronthosting.co.za>
2009-09-02 08:09:03ssteinerlinkissue1453 messages
2009-09-02 08:09:02ssteinercreate