os.popen() vs os.system()

Sposhua sposhua at my.pc
Wed Dec 22 04:47:00 EST 1999


Newbie...

>From what I've deciphered, the only differences between os.popen() and
os.system() are:

a) popen automatically starts a new process while system only does it if you
include an &

b) popen hooks onto stdout and stdin

??? If so, what's the use of os.system()?




More information about the Python-list mailing list