Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv26450
Modified Files:
popen3.py
Log Message:
close file handlers
Index: popen3.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/popen3.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** popen3.py 10 Dec 2003 19:46:35 -0000 1.8
--- popen3.py 4 Jan 2004 13:07:32 -0000 1.9
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.9 2004/01/04 13:07:32 dischi
+ # close file handlers
+ #
# Revision 1.8 2003/12/10 19:46:35 dischi
# add function to get the stdout of a command call
***************
*** 182,184 ****
--- 185,190 ----
ret.append(data)
child.wait()
+ child.fromchild.close()
+ child.childerr.close()
+ child.tochild.close()
return ret
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog