Author twouters
Recipients
Date 2002-09-13.09:12:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=34209

Hm, for some reason I thought the C 'close()' function (and
os.close()) did return the status. They don't, it should be
'pclose()'. os.popen() passes this as the 'close' function
to the file constructor, so the rest of the statements still
stand :)
History
Date User Action Args
2007-08-23 14:05:47adminlinkissue608635 messages
2007-08-23 14:05:47admincreate